Click or drag to resize

ParameterParserGetActiveParameters Method

Returns the property names of all active parameters

Namespace:  Cauldron.Consoles
Assembly:  Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public IList<string> GetActiveParameters(
	IExecutionGroup executionGroup
)

Parameters

executionGroup
Type: Cauldron.ConsolesIExecutionGroup
The execution group

Return Value

Type: IListString
A list of property names of all active parameters
See Also