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

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

Exposes properties for information about a document's position in a document hierarchy.
Inheritance Hierarchy

SystemObject
  ContentStudio.EventActions.SynchronousEventHandlersDocumentHierarchyInformation

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

public sealed class DocumentHierarchyInformation

The DocumentHierarchyInformation type exposes the following members.

Constructors

  NameDescription
Public methodDocumentHierarchyInformation
Initializes a new instance of the DocumentHierarchyInformation class.
Top
Properties

  NameDescription
Public propertyDocumentId
Gets the document id.
Public propertyParentDocumentId
Gets the parent document id.
Public propertySortOrder
Gets the sort order. Lower numbers are sorted first in the hierarchy
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class is used in the NodeMembers property of the DocumentMoveInHierarchySyncEventHandler class to show all siblings (including the document itself) of the document after it has been moved in a hierachy.

Note Note
This class was introduced in Content Studio 5.2 Sp1.
See Also

Reference