IDocumentApiCreate Method
|
Create new empty document with a given file name.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxDocumentInfo Create(
string fileName
)
Parameters
- fileName String
- The file name.
Return Value
DocumentInfoThe document object.
See Also