Click or drag to resize

DocumentParentDocControlNumber Property

[Optional] Parent document control number. See DocControlNumber.

For child documents of input documents, this property value is only populated by the DocumentDataArchiveReader when deserializing a document data archive (.dda) file.


Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string ParentDocControlNumber { get; set; }

Property Value

String
See Also