Search Results for

    Show / Hide Table of Contents

    Class FollowDocumentData

    A follow document request metadata object

    Inheritance
    object
    FollowData
    FollowDocumentData
    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 FollowDocumentData : FollowData

    Properties

    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

    ContentUri

    The unique url for the site.

    Declaration
    public string ContentUri { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer