다음을 통해 공유


Implementing an AccessChecker

마지막 수정 날짜: 2010년 4월 20일 화요일

적용 대상: SharePoint Server 2010

이 문서의 내용
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