DefinitionGetGroupsFromXPDL Method  | 
 
            Retrieves the distinct groups of a specific process xpdl
            
 
    Namespace: 
   WorkflowGen.My.Process
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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