BasePermissions.HasPermissions Method
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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