Table of Contents

Method AddParameter

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AddParameter(int, string)

Adds a parameter to the script.

IDmsSchedulerScriptActionBuilder AddParameter(int parameterId, string value)

Parameters

parameterId int

The parameter ID.

value string

The parameter value.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentOutOfRangeException

parameterId must be greater than 0.

ArgumentException

value is null, empty or whitespace.