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

Parameters

fileName  String
The file name.

Return Value

DocumentInfo
The document object.

See Also