Class CommandHelp
Assembly: DotNetNuke.dll
Syntax
public class CommandHelp : ICommandHelp
Constructors
CommandHelp()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Error
Declaration
public string Error { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Options
Declaration
public IEnumerable<ICommandOption> Options { get; set; }
Property Value
ResultHtml
Declaration
public string ResultHtml { get; set; }
Property Value
Implements
Extension Methods