Interface ICommandOption
Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ICommandOption
Properties
DefaultValue
Declaration
string DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Required
Declaration
bool Required { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |