Table of Contents

Class FollowTagData

Namespace
PnP.Core.Model
Assembly
PnP.Core.dll

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

SocialActorType

TagGuid

The unique Id for the tag.

public Guid TagGuid { get; set; }

Property Value

Guid