Class Command
Assembly: DotNetNuke.dll
Syntax
public class Command : ICommand
Constructors
Command()
Declaration
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
TypeFullName
Declaration
public string TypeFullName { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Implements
Extension Methods