ISysDocumentApiReadAllBytes Method
|
Reads the contents of the file into a byte array.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbyte[] ReadAllBytes(
string name
)
Parameters
- name String
- The document name.
Return Value
ByteThe byte array.
See Also