Table of Contents

Class FollowDocumentData

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

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

SocialActorType

ContentUri

The unique url for the site.

public string ContentUri { get; set; }

Property Value

string