ISysDocumentApiLoad Method

Load the document object by name.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
SystemDocument Load(
	string name
)

Parameters

name  String
The document name.

Return Value

SystemDocument
The document object.

See Also