ActionEngineUtilGetValueTAction, TCollection(TAction, String) Method
Return the string value of the specified property within the caller's
File Action.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string GetValue<TAction, TCollection>(
TAction actionItem,
string propertyName
)
where TAction : ActionItemBase<TAction, TCollection>
where TCollection : new(), ActionCollectionBase<TAction, TCollection>
Public Shared Function GetValue(Of TAction As ActionItemBase(Of TAction, TCollection), TCollection As {New, ActionCollectionBase(Of TAction, TCollection)}) (
actionItem As TAction,
propertyName As String
) As String
No code example is currently available or this language may not be supported.
- actionItem TAction
-
Reference to the file action item to be inspected.
- propertyName String
-
Name of the property to read on the file action action item.
- TAction
-
The concrete type of action to consider.
- TCollection
-
The concrete type of collection matched to the action.
String
String representation of the specified property value, if found.
Otherwise, an empty string.