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

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

This class is used to save data to the Xml index and to re-index documents
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.Document.EPTXmlIndexData

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

public sealed class XmlIndexData : CSBase

The XmlIndexData type exposes the following members.

Constructors

  NameDescription
Public methodXmlIndexData
Initializes a new instance of the XmlIndexData class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodReIndexDocument
Re-indexes EPT documents. This method is a part of the Content Studio base infrastructure and is not meant to be used outside Content Studio.
Public methodSave
Saves data to the Xml index. The document must be an Xml document or an exception is thrown.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberXML_DATASIZE
Defines the largest possible value that can be assigned to the Xml data field.
Public fieldStatic memberXML_FULLDATASIZE
Defines the largest possible value that can be assigned to the large, fulltext-indexed Xml data field. Starting with Content Studio version 5.2 this field is no longer used.
Top
See Also

Reference