CSGenericAccessControlEntry Constructor 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 CSGenericAccessControlEntry class.

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

protected CSGenericAccessControlEntry(
	SecurityIdentifier sid,
	int aceType,
	int accessMask,
	AceFlags aceFlags
)

Parameters

sid
Type: System.Security.PrincipalSecurityIdentifier
A SecurityIdentifier object identifying the trustee of the CSGenericAccessControlEntry to create.
aceType
Type: SystemInt32
A value that defines the type of the CSGenericAccessControlEntry to create.
accessMask
Type: SystemInt32
A value that defines the permissions for the CSGenericAccessControlEntry to create.
aceFlags
Type: System.Security.AccessControlAceFlags
A value that defines the flags that controls the behavior of the CSGenericAccessControlEntry to create.
See Also

Reference