Click or drag to resize

ISysDocumentApi Interface

Provides methods for working with system documents.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public interface ISysDocumentApi

The ISysDocumentApi type exposes the following members.

Methods
 NameDescription
Public methodLoad Load the document object by name.
Public methodOpenRead Open a document for reading.
Public methodOpenWrite Open a document for reading.
Public methodReadAllBytes Reads the contents of the file into a byte array.
Public methodReadToStream Reads the contents of a blob to a stream.
Public methodStore Stores document with a stream. If the document already exists, it will be overwritten.
Top
See Also