Class FollowDocumentData
A follow document request metadata object
public class FollowDocumentData : FollowData
- Inheritance
-
FollowDocumentData
- 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; }