Search Results for

    Show / Hide Table of Contents

    Class FollowPersonData

    A follow person request metadata object

    Inheritance
    System.Object
    FollowData
    FollowPersonData
    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

    Overrides
    FollowData.ActorType
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer