List.GetUserEffectivePermissions method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetUserEffectivePermissions ( _
    userName As String _
) As ClientResult(Of BasePermissions)
'Usage
Dim instance As List
Dim userName As String
Dim returnValue As ClientResult(Of BasePermissions)

returnValue = instance.GetUserEffectivePermissions(userName)
public ClientResult<BasePermissions> GetUserEffectivePermissions(
    string userName
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<BasePermissions>

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace