IDocStorageServiceLoadDoc Method |
Retieve the specified document as an array of bytes
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax byte[] LoadDoc(
IAppContext cxt,
string docId
)
Function LoadDoc (
cxt As IAppContext,
docId As String
) As Byte()
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - docId
- Type: SystemString
The ID of the document to load.
Return Value
Type:
ByteThe document content.
See Also