Click or drag to resize

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
C#
DocumentInfo Create(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name.

Return Value

Type: DocumentInfo
The document object.
See Also