CallScriptArgument Class

Contains information about a script argument.

Inheritance Hierarchy

Syntax

public class CallScriptArgument

Constructors

Name Description
CallScriptArgument

Properties

Name Description
DefaultValue

Gets or sets the default value of the argument.

Description

Gets or sets the argument description.

IsBooleanOrSwitch

Gets or sets a value indicating whether the argument is a boolean/switch value.

IsOutput

Gets or sets a value indicating whether the argument returns an output value.

Name

Gets or sets the argument name.

Value

Gets or sets the current value of the argument.

Remarks

This is intended only for use by Inedo; third-party extensions should not use this class.