PeopleManager.GetFollowedTags 方法
Gets tags that the user is following.
命名空间: Microsoft.SharePoint.Client.UserProfiles
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Function GetFollowedTags ( _
cTagsToFetch As Integer _
) As ClientArrayResult(Of String)
用法
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As ClientArrayResult(Of String)
returnValue = instance.GetFollowedTags(cTagsToFetch)
public ClientArrayResult<string> GetFollowedTags(
int cTagsToFetch
)
参数
- cTagsToFetch
类型:System.Int32
返回值
类型:Microsoft.SharePoint.Client.ClientArrayResult<String>