SPSocialActor.FollowedContentUri property
Gets the URI of the actor's list of followed content. Applies to users.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property FollowedContentUri As Uri
Get
Private Set
'Usage
Dim instance As SPSocialActor
Dim value As Uri
value = instance.FollowedContentUri
public Uri FollowedContentUri { get; private set; }
Property value
Type: System.Uri
Remarks
The FollowedContentUri property is valid only when the SPSocialActor object represents the current user.