DocumentMoveInHierarchySyncEventHandlerNodeMembers Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets all node members of the same level as the document after a move operation.

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

public IList<DocumentHierarchyInformation> NodeMembers { get; }

Property Value

Type: IListDocumentHierarchyInformation
A list of DocumentHierarchyInformation objects representing each one of the node members.
Remarks

This property gets a list of DocumentHierarchyInformation objects which contains all siblings (including the document itself) at the same position in the document hierarchy as the document after that is has been moved in the hierarchy. The list is readonly and the sort order is the same as it would be when Content Studio renders the tree at that node.

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

Reference