Table of Contents

Interface ISocial

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

Entry point for the social-related APIs

public interface ISocial : IDataModelWithContext
Inherited Members

Properties

Following

An entry point for the social following APIs

IFollowing Following { get; }

Property Value

IFollowing

UserProfile

A reference to a user profile-related operations

IUserProfile UserProfile { get; }

Property Value

IUserProfile