Interface ICommandHelp
Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ICommandHelp
Properties
Description
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Declaration
string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Options
Declaration
IEnumerable<ICommandOption> Options { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<ICommandOption> |
ResultHtml
Declaration
string ResultHtml { get; set; }
Property Value
Type | Description |
---|---|
string |