Click or drag to resize
DefinitionGetGlobalListsFromXPDL Method
Retrieves global lists which are used as databind in a specific process xpdl

Namespace: WorkflowGen.My.Process
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
public static List<string> GetGlobalListsFromXPDL(
	string xpdl
)

Parameters

xpdl
Type: SystemString
The process' xpdl

Return Value

Type: ListString
List of all the global lists referenced in the xpdl
See Also