Show / Hide Table of Contents

Class Application

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

Constructors

| Improve this Doc

Application()

*You can override summary for the API here using MARKDOWN syntax

Please type below more information about this API:

This is some sample override content from Kelly

Declaration
public Application()

Properties

Company

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

CurrentVersion

Declaration
public virtual Version CurrentVersion { get; }
Property Value
Type Description
Version

Description

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

HelpUrl

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

LegalCopyright

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

Name

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

SKU

Declaration
public virtual string SKU { get; }
Property Value
Type Description
string

Status

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. Use 'DotNetNuke.Abstractions.Application.IApplicationInfo' with Dependency Injection instead. Scheduled removal in v11.0.0.")]
public ReleaseMode Status { get; }
Property Value
Type Description
ReleaseMode

Title

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

Trademark

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

Type

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

UpgradeUrl

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

Url

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

Version

Declaration
public virtual Version Version { get; }
Property Value
Type Description
Version

Methods

ApplyToProduct(string)

Declaration
public virtual bool ApplyToProduct(string productNames)
Parameters
Type Name Description
string productNames
Returns
Type Description
bool

Implements

IApplicationInfo

Extension Methods

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