ChildDocument(Byte, String, Int64) Constructor |
Constructor.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic ChildDocument(
byte[] documentBytes,
string name,
long index
)
Parameters
- documentBytes Byte
- Document (file) bytes.
- name String
- Name of child document (if no name found in container parent then a name is given based on file Id and the index argument.
- index Int64
- Zero-offset index of the document in the order it is found embedded in the parent container document.
See Also