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

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

Gets the validation schema used when validating a single schedule node.

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

public static XmlSchema GetValidationSchema(
	ValidationEventHandler validationEventHander
)

Parameters

validationEventHander
Type: System.Xml.SchemaValidationEventHandler
The validation event hander. This parameter can be null.

Return Value

Type: XmlSchema
An XmlSchema that is can be used to validate a single schedule node.
See Also

Reference