Show / Hide Table of Contents

Interface IApplicationInfo

Namespace: DotNetNuke.Abstractions.Application
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IApplicationInfo

Properties

Company

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

CurrentVersion

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

Description

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

HelpUrl

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

LegalCopyright

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

Name

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

SKU

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

Status

Declaration
ReleaseMode Status { get; }
Property Value
Type Description
ReleaseMode

Title

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

Trademark

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

Type

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

UpgradeUrl

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

Url

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

Version

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

Methods

ApplyToProduct(string)

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

Extension Methods

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