The Application type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Application | DotNetNuke.Application.Application |
Methods
| Name | Description | |
|---|---|---|
| ApplyToProduct |
Determine whether a product specific change is to be applied
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| Company |
Gets the company to which the DotNetNuke application is related.
| |
| CurrentVersion |
Gets the version of the currently installed DotNetNuke framework/application
Can be prior to Version, if the application is pending to be upgraded.
| |
| Description |
Gets the description of the application
| |
| HelpUrl |
Gets the help URL related to the DotNetNuke application
| |
| LegalCopyright |
Gets the legal copyright.
| |
| Name |
Gets the name of the application
| |
| SKU |
Gets the SKU (Stock Keeping Unit)
| |
| Status |
Gets the status of the DotnetNuke application
| |
| Title |
Gets the title of the application
| |
| Trademark |
Gets the trademark.
| |
| Type |
Gets the type of the application
| |
| UpgradeUrl |
Gets the upgrade URL.
| |
| Url |
Gets the URL of the application
| |
| Version |
Gets the version of the DotNetNuke framework/application
|