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

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

This class is the base class for different representations of Xml based data used by Subscription event handlers. Such data is passed in to implementations of the EventHandler(Int32, Int32, String, String, ICSCredentialsContainer, Int32, String) method.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.Subscription.EventHandlerPassedXmlData
    ContentStudio.Document.Subscription.EventHandlerPassedInSubscriptionXmlData

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

public abstract class PassedXmlData

The PassedXmlData type exposes the following members.

Constructors

  NameDescription
Protected methodPassedXmlData
Initializes a new instance of the PassedXmlData class from passed in XML data.
Top
Properties

  NameDescription
Public propertyCallerSessionId
Gets the caller session id.
Public propertyCategoryId
Gets the category id.
Public propertyDocumentId
Gets the document id.
Public propertyDocumentName
Gets the name of the document.
Public propertyDocumentTitle
Gets the document title.
Public propertyEncoding
Gets the encoding.
Public propertyFileName
Gets the name of the file.
Public propertyFullName
Gets the full name.
Public propertyMsgId
Gets the message identifier.
Public propertyTimestamp
Gets the timestamp.
Public propertyUserId
Gets the user id.
Public propertyUserName
Gets the name of the user.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldAdditionalProperties
Top
See Also

Reference