Table of Contents

Interface IFollowingInfo

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents metadata information about your following data

public interface IFollowingInfo

Properties

MyFollowedDocumentsUri

The Uri to see all your followed documents

string MyFollowedDocumentsUri { get; set; }

Property Value

string

MyFollowedSitesUri

The Uri to see all your followed sites

string MyFollowedSitesUri { get; set; }

Property Value

string

SocialActor

A metadata for a following entity

ISocialActor SocialActor { get; set; }

Property Value

ISocialActor