Метод SocialFollowingManager.GetFollowedCount
Возвращает количество субъектов указанных типов, следуя текущего пользователя.
Пространство имен: Microsoft.SharePoint.Client.Social
Сборки: 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 GetFollowedCount ( _
types As SocialActorTypes _
) As ClientResult(Of Integer)
'Применение
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetFollowedCount(types)
public ClientResult<int> GetFollowedCount(
SocialActorTypes types
)
Параметры
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<Int32>