Table of Contents

Class FollowSiteData

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

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

SocialActorType

ContentUri

The unique url for the site.

public string ContentUri { get; set; }

Property Value

string