Show / Hide Table of Contents

Interface IConsoleCommand

Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IConsoleCommand

Properties

LocalResourceFile

Declaration
string LocalResourceFile { get; }
Property Value
Type Description
string

ResultHtml

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

ValidationMessage

Declaration
string ValidationMessage { get; }
Property Value
Type Description
string

Methods

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

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

IsValid()

Declaration
bool IsValid()
Returns
Type Description
bool

Run()

Declaration
IConsoleResultModel Run()
Returns
Type Description
IConsoleResultModel

Extension Methods

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