Document(Document, ChildDocument, ControlNumberingType, String) Constructor

Constructor.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public Document(
	Document parent,
	ChildDocument childDoc,
	ControlNumberingType controlNumberingType,
	string containerParentDocId = null
)

Parameters

parent  Document
The parent document of the childDoc argument.
childDoc  ChildDocument
A ChildDocument instance that is the data source of this Document object (i.e., to be converted into a Document instance).
controlNumberingType  ControlNumberingType
RESERVED.
containerParentDocId  String  (Optional)
RESERVED. Either parent's DocControlNumber (if set) or DocGuid

See Also