Retrieves inputs for this action.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
IList<IAction> GetInputs( string actionName ) |
| Visual Basic (Declaration) |
|---|
Function GetInputs ( _ actionName As String _ ) As IList(Of IAction) |
| Visual C++ |
|---|
IList<IAction^>^ GetInputs( String^ actionName ) |
Parameters
- actionName
- Type: System..::.String
The name assigned to the collection of inputs.