ISysDocumentApiLoad Method
|
Load the document object by name.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxSystemDocument Load(
string name
)
Parameters
- name String
- The document name.
Return Value
SystemDocumentThe document object.
See Also