Click or drag to resize

DefinitionGetGroupsFromXPDL Method

Retrieves the distinct groups of a specific process xpdl

Namespace:  WorkflowGen.My.Process
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static List<Tuple<string, string>> GetGroupsFromXPDL(
	string xpdl
)

Parameters

xpdl
Type: SystemString
The process' xpdl

Return Value

Type: ListTupleString, String
A DataTable with 2 columns: GROUP_NAME and DIRECTORY_NAME
See Also