ISysDocumentApiStore Method
|
Stores document with a stream. If the document already exists, it will be overwritten.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid Store(
string name,
Stream stream
)
Parameters
- name String
- The system document name.
- stream Stream
- The stream.
See Also