Search Results for

    Show / Hide Table of Contents

    Interface IFollowingInfo

    Represents metadata information about your following data

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFollowingInfo

    Properties

    MyFollowedDocumentsUri

    The Uri to see all your followed documents

    Declaration
    string MyFollowedDocumentsUri { get; set; }
    Property Value
    System.String

    MyFollowedSitesUri

    The Uri to see all your followed sites

    Declaration
    string MyFollowedSitesUri { get; set; }
    Property Value
    System.String

    SocialActor

    A metadata for a following entity

    Declaration
    ISocialActor SocialActor { get; set; }
    Property Value
    ISocialActor

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