Share via


BasePermissions.HasPermissions method

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

Syntax

'Declaration
Public Function HasPermissions ( _
    high As UInteger, _
    low As UInteger _
) As Boolean
'Usage
Dim instance As BasePermissions
Dim high As UInteger
Dim low As UInteger
Dim returnValue As Boolean

returnValue = instance.HasPermissions(high, _
    low)
public bool HasPermissions(
    uint high,
    uint low
)

Parameters

Return value

Type: System.Boolean

See also

Reference

BasePermissions class

BasePermissions members

Microsoft.SharePoint.Client namespace