CSDiscretionaryAccessControlListRevokeAccess Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Removes all types of direct permissions for a certain trustee.

Namespace: ContentStudio.Security.AccessControlEdit
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int RevokeAccess(
	SecurityIdentifier sid
)

Parameters

sid
Type: System.Security.PrincipalSecurityIdentifier
A SecurityIdentifier that identifies the trustee whose permissions should be removed.

Return Value

Type: Int32
The number of items removed from the list.
See Also

Reference