ActionItemBaseTAction, TCollectionNormalizeValue Method

Normalize the filename, using the values of any local properties necessary.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static string NormalizeValue(
	TAction item,
	string value
)

Parameters

item  TAction
Reference to the item from which variables will be resolved.
value  String
Value to normalize.

Return Value

String
Fully normalized version of the provided filename.

See Also