ISysDocumentApi 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
C#
public interface ISysDocumentApi

Methods

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.

See Also