Contains information about a script call.
Name | Description | |
---|---|---|
CallScriptInfo(string name, System.Collections.Generic.IEnumerable<CallScriptArgument> parameters) |
Name | Description | |
---|---|---|
Name |
Gets the name of the script. |
|
Parameters |
Gets the parameters to pass to the script. |
This is intended only for use by Inedo; third-party extensions should not use this class.