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

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

Parses the xml based custom data that contains the policy definitions. This data is supplied by the person in Content Studio that creates the event subscription.

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected override void ParseCustomData(
	string customData
)

Parameters

customData
Type: SystemString
The xml based custom data that contains the policy definitions.
Exceptions

ExceptionCondition
XmlException
XmlSchemaException
InvalidOperationExceptionA policy rule has been violated by the status of the document passed in.
Remarks

This method parses and analyses the passed in custom provided data. This data must be an Xml document that matches the XML schema returned by the GetValidationXmlSchema method.
See Also

Reference