Click or drag to resize
IVariableContainerGetVariableList Method
Lists the registered variables

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
string[] GetVariableList(
	bool onlyValues = true,
	bool nested = false
)

Parameters

onlyValues (Optional)
Type: SystemBoolean
nested (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also