ActionOptionCollectionAdd(String) Method

Parse and add an option from its text value.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public ActionOptionItem Add(
	string optionText
)

Parameters

optionText  String
Text to parse.

Return Value

ActionOptionItem
Newly created and added option.

See Also