Interface ISocial
Entry point for the social-related APIs
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ISocial : IDataModelWithContext
Entry point for the social-related APIs
public interface ISocial : IDataModelWithContext
An entry point for the social following APIs
IFollowing Following { get; }
| IFollowing |
A reference to a user profile-related operations
IUserProfile UserProfile { get; }
| IUserProfile |