Search Results for

    Show / Hide Table of Contents

    Class FollowPersonData

    A follow person request metadata object

    Inheritance
    object
    FollowData
    FollowPersonData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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