Implementing an AccessChecker

Applies to: SharePoint Server 2010

In this article
Description
Syntax
Examples

Description

An AccessChecker method instance returns the rights in the external system for the current user on the external items corresponding to given identities.

Syntax

Following is the typical method signature for an AccessChecker method:

long CheckAccess(IdType1[] id1, ...)

Examples

Code Snippet: Implementing an AccessChecker