ISys Document Api Interface
Provides methods for working with system documents.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public interface ISysDocumentApiMethods
| 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. |