IDocument ApiCreate Method
Create new empty document with a given file name.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The document object.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
DocumentInfo Create(
string fileName
)Parameters
- fileName String
- The file name.
Return Value
DocumentInfoThe document object.