ActionItemBaseTAction, TCollectionGetOptionByName Method
Return the option specified by name from this or a parent entity.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static ActionOptionItem GetOptionByName(
TAction item,
string optionName
)
Public Shared Function GetOptionByName (
item As TAction,
optionName As String
) As ActionOptionItem
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the item for which the option will be found.
- optionName String
-
Name of the option to retrieve.
ActionOptionItem
Reference to the specified option, if found. Otherwise, null.