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

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

Loads the underlying collection with the specified input xml. If the collection already contains properties these will be removed before the new collection is loaded.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Load(
	XmlReader input
)

Parameters

input
Type: System.XmlXmlReader
The input.
Remarks

The input xml have the following format
<properties>
   <property name="myProperty" value="property value" description="" />
   <!-- more property elements can follow -->
</properties>
* the description attribute is optional
See Also

Reference