CallScriptArgument Class

Contains information about a script argument.

Inheritance Hierarchy

Syntax

public class CallScriptArgument

Constructors

Name Description
CallScriptArgument

Properties

Name Description
Category

Gets or sets the category (ParameterSetName)

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.

Required

Gets or sets a value indciating whether the argument is required

SuggestableValues

Gets or sets a values to display in a drop down to users

Type

Gets or sets a value indciating the type of argument

ValidationExpression

Gets or sets a regex that can be used to validate the input

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.