| DefinitionGetGlobalListsFromXPDL Method  | 
            Retrieves global lists which are used as databind in a specific process xpdl
            
 
Namespace: WorkflowGen.My.ProcessAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static List<string> GetGlobalListsFromXPDL(
	string xpdl
)
Public Shared Function GetGlobalListsFromXPDL ( 
	xpdl As String
) As List(Of String)
Parameters
- xpdl
 - Type: SystemString
The process' xpdl 
Return Value
Type: 
ListStringList of all the global lists referenced in the xpdl
See Also