Show / Hide Table of Contents

Class ListModules

Inheritance
object
ConsoleCommand
ListModules
Implements
IConsoleCommand
Inherited Members
ConsoleCommand.IsValid()
ConsoleCommand.LocalizeString(string)
ConsoleCommand.AddMessage(string)
ConsoleCommand.ParseParameters<T>(T)
ConsoleCommand.CreateMapping()
ConsoleCommand.ValidationMessage
ConsoleCommand.ResultHtml
ConsoleCommand.PortalSettings
ConsoleCommand.User
ConsoleCommand.PortalId
ConsoleCommand.TabId
ConsoleCommand.Args
ConsoleCommand.Flags
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Prompt
Assembly: DotNetNuke.dll
Syntax
[ConsoleCommand("list-modules", "Prompt_ModulesCategory", "Prompt_ListModules_Description")]
public class ListModules : ConsoleCommand, IConsoleCommand

Constructors

ListModules()

Declaration
public ListModules()

Properties

Deleted

Declaration
[ConsoleCommandParameter("deleted", "Prompt_ListModules_FlagDeleted")]
public bool? Deleted { get; set; }
Property Value
Type Description
bool?

LocalResourceFile

Declaration
public override string LocalResourceFile { get; }
Property Value
Type Description
string
Overrides
ConsoleCommand.LocalResourceFile

Max

Declaration
[ConsoleCommandParameter("max", "Prompt_ListModules_FlagMax", "10")]
public int Max { get; set; }
Property Value
Type Description
int

ModuleName

Declaration
[ConsoleCommandParameter("name", "Prompt_ListModules_FlagModuleName")]
public string ModuleName { get; set; }
Property Value
Type Description
string

ModuleTitle

Declaration
[ConsoleCommandParameter("title", "Prompt_ListModules_FlagModuleTitle")]
public string ModuleTitle { get; set; }
Property Value
Type Description
string

Page

Declaration
[ConsoleCommandParameter("page", "Prompt_ListModules_FlagPage", "1")]
public int Page { get; set; }
Property Value
Type Description
int

PageId

Declaration
[ConsoleCommandParameter("pageid", "Prompt_ListModules_FlagPageId")]
public int? PageId { get; set; }
Property Value
Type Description
int?

Methods

Initialize(string[], IPortalSettings, IUserInfo, int)

Declaration
public override void Initialize(string[] args, IPortalSettings portalSettings, IUserInfo userInfo, int activeTabId)
Parameters
Type Name Description
string[] args
IPortalSettings portalSettings
IUserInfo userInfo
int activeTabId
Overrides
ConsoleCommand.Initialize(string[], IPortalSettings, IUserInfo, int)

Run()

Declaration
public override IConsoleResultModel Run()
Returns
Type Description
IConsoleResultModel
Overrides
ConsoleCommand.Run()

Implements

IConsoleCommand

Extension Methods

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