Class FollowPersonData
A follow person request metadata object
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public class FollowPersonData : FollowData
Properties
AccountName
The account name in a form of "i:0#.f|membership|admin@m365x790252.onmicrosoft.com".
Declaration
public string AccountName { get; set; }
Property Value
System.String
|
ActorType
Represents an actor type. Can be either a user, site, document or tag
Declaration
public override SocialActorType ActorType { get; }
Property Value
SocialActorType
|