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

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

Represents information on a single Ept field. This class is used by the XmlIndexSaveSyncHandler and XmlIndexFieldDeleteSyncHandler event handler base classes. This class cannot be inherited from.
Inheritance Hierarchy

SystemObject
  ContentStudio.EventActions.SynchronousEventHandlersXmlIndexFieldInfo

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

public sealed class XmlIndexFieldInfo

The XmlIndexFieldInfo type exposes the following members.

Properties

  NameDescription
Public propertyContent
Gets the content of the field.
Public propertyFieldName
Gets the name of the field.
Public propertyObsolete
Gets value indicating whether this XmlIndexFieldInfo represents an obsolete field. Obsolete fields are fields that exists in the data but that now has been removed or is about to be removed from the Xml index.
Public propertyTagId
Gets the internal tag identifier of the field.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents the current XmlIndexFieldInfo.
(Overrides ObjectToString.)
Top
See Also

Reference