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 SystemDocument Load(
string name
)
Parameters
- name
- Type: SystemString
The document name.
Return Value
Type:
SystemDocumentThe document object.
See Also