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

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

Gets a value that indicates the parent document of the document loaded.

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

public int ParentElementID { get; }

Property Value

Type: Int32
Int32, the identifier of the parent document. This property is zero for new unsaved documents, if the document has no parent document and existing ParentElementID is equal to the documentID property.
See Also

Reference