ISysDocumentApiReadAllBytes Method
|
Reads the contents of the file into a byte array.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax byte[] ReadAllBytes(
string name
)
Parameters
- name
- Type: SystemString
The document name.
Return Value
Type:
ByteThe byte array.
See Also