Click or drag to resize

ApiSessionGetRuleSetByName Method

Convenience method to get a ruleset by Displayname. (since MDK 1.5)

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetRuleSetByName(
	string aDisplayName
)

Parameters

aDisplayName
Type: SystemString
The display name of the ruleset

Return Value

Type: ObjectProxy
either the object proxy or null when the rule set is not known
See Also