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
MyFollowedSitesUri
The Uri to see all your followed sites
string MyFollowedSitesUri { get; set; }
Property Value
SocialActor
A metadata for a following entity
ISocialActor SocialActor { get; set; }