SubscriptionPropertyCollectionCreate Method 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 a SubscriptionPropertyCollection from an Xml source.

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

public static SubscriptionPropertyCollection Create(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The XmlReader that reads the xml source.

Return Value

Type: SubscriptionPropertyCollection
A new instance of a SubscriptionPropertyCollection
Exceptions

ExceptionCondition
ArgumentNullExceptionreader is null.
XmlExceptionThe xml read by reader is invalid or does not comply with the schema
Remarks

The xml that the XmlReader reads must be valid according to the schema. This schema is defined in the GetValidationSchema(ValidationEventHandler) method.
See Also

Reference