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.5.0
Syntax
C#
SystemDocument Load(
	string name
)

Parameters

name  String
The document name.

Return Value

SystemDocument
The document object.
See Also