CSDiscretionaryAccessControlEntry Constructor (SecurityIdentifier, AccessControlType, CSObjectPermissions, AceFlags) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new instance of the CSDiscretionaryAccessControlEntry class.

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

public CSDiscretionaryAccessControlEntry(
	SecurityIdentifier sid,
	AccessControlType aceType,
	CSObjectPermissions accessMask,
	AceFlags aceFlags
)

Parameters

sid
Type: System.Security.PrincipalSecurityIdentifier
A SecurityIdentifier that identifies the trustee of this entry
aceType
Type: System.Security.AccessControlAccessControlType
The type of Ace to create
accessMask
Type: ContentStudio.SecurityCSObjectPermissions
The access mask to set
aceFlags
Type: System.Security.AccessControlAceFlags
The flags that defines the properties of this Ace.
See Also

Reference