ActionItemBaseTAction, TCollectionGetOptionByName Method

Return the option specified by name from this or a parent entity.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static ActionOptionItem GetOptionByName(
	TAction item,
	string optionName
)

Parameters

item  TAction
Reference to the item for which the option will be found.
optionName  String
Name of the option to retrieve.

Return Value

ActionOptionItem
Reference to the specified option, if found. Otherwise, null.

See Also