Click or drag to resize
VariableContainerGetVariableList Method

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

Parameters

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

Return Value

Type: String

Implements

IVariableContainerGetVariableList(Boolean, Boolean)
See Also