PassedInXmlPropertyCollection Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Stores a collection of properties passed in through Xml
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.Subscription.EventHandlerPassedInXmlPropertyCollection

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

public sealed class PassedInXmlPropertyCollection

The PassedInXmlPropertyCollection type exposes the following members.

Constructors

  NameDescription
Public methodPassedInXmlPropertyCollection
Initializes a new empty instance of the PassedInXmlPropertyCollection class.
Public methodPassedInXmlPropertyCollection(XmlReader)
Initializes a new instance of the PassedInXmlPropertyCollection class using an XmlReader that reads the xml source.
Top
Properties

  NameDescription
Public propertyCount
Gets the number of properties in the collection.
Public propertyItem
Gets the String with the specified property name. The property names are not case-sensitive and returns null if the property does not exist.
Public propertyPropertyNames
Gets an array of loaded properties.
Public propertyValidatingSchema
Gets the Xml schema that is used to validating the input xml document.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExistsProperty
Determines whether the specified property exists.
Public methodExport
Gets a copy of the content of this instance.
Public methodGetAsInt32
Gets a property value as an Int32.
Public methodGetAsString
Gets a property value as a String.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoad
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.
Public methodToString (Inherited from Object.)
Public methodTryGetAsInt32
Gets a property value as an Int32.
Top
See Also

Reference