AccessControlGetSecurityDescriptorSchemaStream Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns a stream that contains the xml schema used to validate a Content Studio security descriptor

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

public Stream GetSecurityDescriptorSchemaStream(
	XMLSchemaTypes schemaType
)

Parameters

schemaType
Type: ContentStudioXMLSchemaTypes
The type of schema to return.

Return Value

Type: Stream
a Stream that contains the schema describing the security descriptor.
See Also

Reference