Click or drag to resize

ApiSessionGetFeaturePropertyNames Method

Requests a list of all properties of a given feature

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<string> GetFeaturePropertyNames(
	string aFeatureName,
	bool aFullName = true
)

Parameters

aFeatureName
Type: SystemString
the technical name of the feature
aFullName (Optional)
Type: SystemBoolean
set to false if the returned list should only contain the property name without the "<featurename>." part

Return Value

Type: ListString
See Also