Class CommandHelp
Inheritance
System.Object
CommandHelp
Assembly: DotNetNuke.dll
Syntax
public class CommandHelp : object, ICommandHelp
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Error
Declaration
public string Error { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Options
Declaration
public IEnumerable<ICommandOption> Options { get; set; }
Property Value
|
Improve this Doc
View Source
ResultHtml
Declaration
public string ResultHtml { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods