Click or drag to resize
weroSoft AG, Software
ArgumentStoreBaseGetArgumentMultiValue Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the argument data of a particular argument in its original form as string array.

Namespace:  WeroSoft.Installation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual string[] GetArgumentMultiValue(
	string name,
	string[] defaultValue
)

Parameters

name
Type: SystemString
Name of the argument to be used.
defaultValue
Type: SystemString
Default value which is returned if an error happened in this method, or if no argument is available.

Return Value

Type: String
Argument data defined by the defined argument name.
See Also