del método PeopleManager.AmIFollowing
Comprueba si el usuario actual sigue al usuario indicado.
Espacio de nombres: Microsoft.SharePoint.Client.UserProfiles
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Function AmIFollowing ( _
accountName As String _
) As ClientResult(Of Boolean)
'Uso
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.AmIFollowing(accountName)
public ClientResult<bool> AmIFollowing(
string accountName
)
Parámetros
- accountName
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>