CSDiscretionaryAccessControlEntryIsCompatibleDirectAce Method (SecurityIdentifier, AccessControlType, AceFlags) 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 properties matches the properties of this Ace

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

public bool IsCompatibleDirectAce(
	SecurityIdentifier sid,
	AccessControlType aceType,
	AceFlags flags
)

Parameters

sid
Type: System.Security.PrincipalSecurityIdentifier
The SecurityIdentifier to match with this instance
aceType
Type: System.Security.AccessControlAccessControlType
The AceType to match with this instance
flags
Type: System.Security.AccessControlAceFlags
The Flags to match with this instance

Return Value

Type: Boolean
true if all the properties are identical and this instance is not inherited, false otherwise.
Remarks

The AccessMask does not need to be identical.
See Also

Reference