UserProfile.FollowedContent property
Gets a FollowedContent object for the user.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property FollowedContent As FollowedContent
Get
'Usage
Dim instance As UserProfile
Dim value As FollowedContent
value = instance.FollowedContent
public FollowedContent FollowedContent { get; }
Property value
Type: FollowedContent
Remarks
SocialFollowingManager is the recommended API to use for Following People and Following Content features.