ISysDocumentApi Interface |
Namespace: Casewhere.Runtime.DSL.Api
public interface ISysDocumentApi
The ISysDocumentApi type exposes the following members.
Name | Description | |
---|---|---|
Load |
Load the document object by name.
| |
OpenRead |
Open a document for reading.
| |
OpenWrite |
Open a document for reading.
| |
ReadAllBytes |
Reads the contents of the file into a byte array.
| |
ReadToStream |
Reads the contents of a blob to a stream.
| |
Store |
Stores document with a stream. If the document already exists, it will be overwritten.
|