Document(Document, ChildDocument, ControlNumberingType, String) Constructor |
Constructor.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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