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