Table of Contents

Class FollowPersonData

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

A follow person request metadata object

public class FollowPersonData : FollowData
Inheritance
FollowPersonData
Inherited Members

Properties

AccountName

The account name in a form of "i:0#.f|membership|admin@m365x790252.onmicrosoft.com".

public string AccountName { get; set; }

Property Value

string

ActorType

Represents an actor type. Can be either a user, site, document or tag

public override SocialActorType ActorType { get; }

Property Value

SocialActorType