| DefinitionGetGroupsFromXPDL Method  | 
            Retrieves the distinct groups of 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<Tuple<string, string>> GetGroupsFromXPDL(
	string xpdl
)
Public Shared Function GetGroupsFromXPDL ( 
	xpdl As String
) As List(Of Tuple(Of String, String))
Parameters
- xpdl
 - Type: SystemString
The process' xpdl 
Return Value
Type: 
ListTupleString, 
StringA DataTable with 2 columns: GROUP_NAME and DIRECTORY_NAME
See Also