ActionItemBaseTAction, TCollectionNormalizeValue Method
Normalize the filename, using the values of any local properties
necessary.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static string NormalizeValue(
TAction item,
string value
)
Protected Shared Function NormalizeValue (
item As TAction,
value As String
) As String
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the item from which variables will be resolved.
- value String
-
Value to normalize.
String
Fully normalized version of the provided filename.