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