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

Parameters

fileName  String
The file name.

Return Value

DocumentInfo
The document object.
See Also