Show / Hide Table of Contents

Class CommandHelp

Inheritance
object
CommandHelp
Implements
ICommandHelp
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Prompt
Assembly: DotNetNuke.dll
Syntax
public class CommandHelp : ICommandHelp

Constructors

CommandHelp()

Declaration
public CommandHelp()

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Error

Declaration
public string Error { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Options

Declaration
public IEnumerable<ICommandOption> Options { get; set; }
Property Value
Type Description
IEnumerable<ICommandOption>

ResultHtml

Declaration
public string ResultHtml { get; set; }
Property Value
Type Description
string

Implements

ICommandHelp

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS