Class FollowSiteData
A follow site request metadata object
public class FollowSiteData : FollowData
- Inheritance
-
FollowSiteData
- Inherited Members
Properties
ActorType
Represents an actor type. Can be either a user, site, document or tag
public override SocialActorType ActorType { get; }
Property Value
ContentUri
The unique url for the site.
public string ContentUri { get; set; }