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

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

Set or gets a value that specifies the parent document for a document. Ignored on update operations.

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

public virtual int ParentDocumentID { get; set; }

Property Value

Type: Int32
Default value is zero which indicates to Content Studio that the document should not have a parent document.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is below zero
See Also

Reference