Click or drag to resize
AbstractStructureGetAllProperties Method
Gets all the property names in the structure

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<string> GetAllProperties(
	bool recursive = false
)

Parameters

recursive (Optional)
Type: SystemBoolean
If false, only return top level properties. If true, traverse entire structure and return all sub properties as well.

Return Value

Type: IEnumerableString
All the property names
See Also