CSDiscretionaryAccessControlEntryIsCompatibleDirectAce Method (CSGenericAccessControlEntry) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Determines whether the passed in Ace instance is compatible with this Ace

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

public bool IsCompatibleDirectAce(
	CSGenericAccessControlEntry ace
)

Parameters

ace
Type: ContentStudio.Security.AccessControlEditCSGenericAccessControlEntry
A CSGenericAccessControlEntry to examine.

Return Value

Type: Boolean
true if all the Ace is compatible and this instance is not inherited, false otherwise.
Remarks

The AccessMask does not need to be identical.
See Also

Reference