BdcAccessControlList.AccessCheck method

Determines whether the current client context has the specified rights in the Business Data Connectivity (BDC) service.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function AccessCheck ( _
    rights As BdcRights _
) As Boolean
'Usage
Dim instance As BdcAccessControlList
Dim rights As BdcRights
Dim returnValue As Boolean

returnValue = instance.AccessCheck(rights)
public bool AccessCheck(
    BdcRights rights
)

Parameters

Return value

Type: System.Boolean
true if the current client context has the specified access rights; otherwise, false.

Implements

IAccessControlList.AccessCheck(BdcRights)

See also

Reference

BdcAccessControlList class

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace