View Source
Interface IPackageInfo
Assembly: Umbraco.Core.dll
Syntax
public interface IPackageInfo
Properties
View Source
Author
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
AuthorUrl
Declaration
string AuthorUrl { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Contributors
Declaration
IList<string> Contributors { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
IconUrl
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
License
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
LicenseUrl
Declaration
string LicenseUrl { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
PackageView
This is the angular view path that will be loaded when the package installs
Declaration
string PackageView { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Readme
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
UmbracoVersion
Declaration
Version UmbracoVersion { get; }
Property Value
Type |
Description |
System.Version |
|
View Source
Url
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
Version
Declaration
Property Value
Type |
Description |
System.String |
|