AccessControlSecurityInfoClass Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Specifies the type of security information to save. This enumeration is used when updating security for a securable object in Content Studio.

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

[FlagsAttribute]
public enum SecurityInfoClass
Members

  Member nameValueDescription
Owner1 Update the owner data of a Content Studio object. If this flag is set all other SecurityInfoClass flags are ignored.
DACL4 Update the discretionary access control list of a Content Studio object. This flag is ignored if combined with the SecurityInfoClass.Owner flag.
DACL_unprotect536870912 Allow the DACL to receive inherited permissions from its parent object. This flag must be combined with the SecurityInfoClass.DACL flag and cannot be combined with the SecurityInfoClass.DACL_protect flag.
DACL_protect-2147483648 Stops the DACL from receiving inherited permissions from its parent object. This flag must be combined with the SecurityInfoClass.DACL flag and cannot be combined with the SecurityInfoClass.DACL_unprotect flag
See Also

Reference