CSApprovedDocumentInformationParentDocumentId 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 document that acts as the parent document of the loaded document.

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

public int ParentDocumentId { get; protected set; }

Property Value

Type: Int32
An Int32 that specifies the parent document. This value will be the same as DocumentID property if the document has no parent.
See Also

Reference