IAccessControlList.AccessCheck Method
Determines whether the current client context has the specified rights in the Business Data Catalog.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Function AccessCheck ( _
rightsMask As BdcRights _
) As Boolean
'Usage
Dim instance As IAccessControlList
Dim rightsMask As BdcRights
Dim returnValue As Boolean
returnValue = instance.AccessCheck(rightsMask)
bool AccessCheck(
BdcRights rightsMask
)
Parameters
- rightsMask
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.BdcRights
A BdcRights object containing the rights you want to check for.
Return Value
Type: System.Boolean
true if the current client context has the specified rights in the Business Data Catalog; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace