Click or drag to resize

ObjectProxyGetAvailableProperties Method (PropertyFilter)

Returns a list of all property names (type string), this object contains.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public List<string> GetAvailableProperties(
	PropertyFilter aPropFilter
)

Parameters

aPropFilter
Type: Articy.ApiPropertyFilter
a filter that allows to show only base properties, template properties or all properties

Return Value

Type: ListString
a list of strings containing the names of all properties this object provides
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types. The elements of this list can be used to call GetDataType(String) or ItemString.
See Also