Class FollowSiteData
A follow site request metadata object
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public class FollowSiteData : FollowData
Properties
ActorType
Represents an actor type. Can be either a user, site, document or tag
Declaration
public override SocialActorType ActorType { get; }
Property Value
SocialActorType
|
Overrides
ContentUri
The unique url for the site.
Declaration
public string ContentUri { get; set; }
Property Value
System.String
|