Class ExternalCommandLineArgument
Represents a command line argument and its values.
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi .Extensions.CommandLine
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public class ExternalCommandLineArgument
Constructors
ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition)
Creates a new argument with the specific definition.
Declaration
public ExternalCommandLineArgument(ExternalCommandLineArgumentDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
External |
definition | The definition of the argument. |
Properties
Definition
Gets the command line argument definition.
Declaration
public ExternalCommandLineArgumentDefinition Definition { get; set; }
Property Value
Type | Description |
---|---|
External |
Values
Gets the list of values supplied for this argument.
Declaration
public IList<string> Values { get; set; }