Interface IFollowingInfo
Represents metadata information about your following data
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFollowingInfo
Represents metadata information about your following data
public interface IFollowingInfo
The Uri to see all your followed documents
string MyFollowedDocumentsUri { get; set; }
System.String
|
The Uri to see all your followed sites
string MyFollowedSitesUri { get; set; }
System.String
|
A metadata for a following entity
ISocialActor SocialActor { get; set; }
ISocialActor
|