Click or drag to resize

ApiSessionFeaturePresent Method

Checks if the given feature exists

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool FeaturePresent(
	string aFeatureName
)

Parameters

aFeatureName
Type: SystemString
the technical name of the feature

Return Value

Type: Boolean
true if the feature exists, false otherwise
See Also