BdcAccessControlList.AccessCheck Method

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public bool AccessCheck(
    BdcRights rights
)

Parameters

Return Value

Type: System.Boolean
true if the current client context has the specified rights in the Business Data Catalog; otherwise, false.

Implements

IAccessControlList.AccessCheck(BdcRights)

See Also

Reference

BdcAccessControlList Class

BdcAccessControlList Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace