IDocumentApiCreate Method
|
Create new empty document with a given file name.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax DocumentInfo Create(
string fileName
)
Parameters
- fileName
- Type: SystemString
The file name.
Return Value
Type:
DocumentInfoThe document object.
See Also