Click or drag to resize

ISysDocumentApiLoad Method

Load the document object by name.

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

Parameters

name
Type: SystemString
The document name.

Return Value

Type: SystemDocument
The document object.
See Also