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
- high
Type: System.UInt32
- low
Type: System.UInt32
Return value
Type: System.Boolean