ChildDocument(Byte, 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,
long index
)
Parameters
- documentBytes Byte
- Document (file) bytes.
- index Int64
- Zero-offset index of the document in the order it was found embedded in the parent container document.
See Also