GetFunctions Method
Overloads
GetFunctions(FunctionGroup) |
Gets the list of all the script functions. |
GetFunctions(FunctionGroup)
Gets the list of all the script functions.
Declaration
IEnumerable<Function> GetFunctions([QixName("qGroup")] FunctionGroup group = FunctionGroup.FUNC_GROUP_ALL)
Parameters
Type | Name | Description |
---|---|---|
FunctionGroup | group |
Name of the group. Default is all groups. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Function> |