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

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

Gets the target passed in to the move event.

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

public int TargetId { get; }

Property Value

Type: Int32
The target passed in. The value -1 indicates that the value is undetermined.
Remarks

Depending on the value of the ParentChanged property this value can indicate the new ParentDocumentId (ParentChanged is true) or the document in the same level that comes just before the affected document in the sort order of the hierarchy.
See Also

Reference