Class ListModules
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Modules.Prompt
Assembly: DotNetNuke.dll
Syntax
public class ListModules : ConsoleCommand, IConsoleCommand
Properties
| Improve this Doc View SourceDeleted
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public bool? Deleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
LocalResourceFile
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public override string LocalResourceFile { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceMax
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public int Max { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuleName
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuleTitle
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public string ModuleTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Page
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageId
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public int? PageId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
| Improve this Doc View SourceInitialize(String[], IPortalSettings, IUserInfo, Int32)
This is a (Prompt) Console Command. You should not reference this class directly. It is to be used solely through Prompt.
Declaration
public override void Initialize(string[] args, IPortalSettings portalSettings, IUserInfo userInfo, int activeTabId)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args | |
IPortalSettings | portalSettings | |
IUserInfo | userInfo | |
System.Int32 | activeTabId |
Overrides
| Improve this Doc View SourceRun()
The main method of the command which executes it.
Declaration
public override IConsoleResultModel Run()
Returns
Type | Description |
---|---|
IConsoleResultModel | A class used by the client to display results. |