CSSecurityDescriptor 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 CSSecurityDescriptor class using Xml retrieved from Content Studio.

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

public CSSecurityDescriptor(
	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