CSGenericSecurityDescriptor Constructor Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Constructs a new instance of the CSGenericSecurityDescriptor class using a Content Studio security descriptor in the Xml format as input

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

protected CSGenericSecurityDescriptor(
	string sourceXmlSecurityDescriptor
)

Parameters

sourceXmlSecurityDescriptor
Type: SystemString
A Content Studio security descriptor in the Xml format.
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was supplied.
XmlExceptionThe Xml passed is not well formed.
XmlSchemaValidationExceptionThe Xml passed in is invalid according to the schema
See Also

Reference