SocialFollowingManager.FollowedDocumentsUri property
Gets a URI to a site that lists the current user's followed documents.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property FollowedDocumentsUri As String
Get
'Usage
Dim instance As SocialFollowingManager
Dim value As String
value = instance.FollowedDocumentsUri
public string FollowedDocumentsUri { get; }
Property value
Type: System.String