View Source
Class PackageDefinition
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "packageInstance")]
public class PackageDefinition : IPackageInfo
Properties
View Source
Actions
Declaration
[DataMember(Name = "actions")]
public string Actions { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Author
Declaration
[DataMember(Name = "author")]
[Required]
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AuthorUrl
Declaration
[DataMember(Name = "authorUrl")]
[Required]
[Url]
public string AuthorUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentLoadChildNodes
Declaration
[DataMember(Name = "contentLoadChildNodes")]
public bool ContentLoadChildNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContentNodeId
Declaration
[DataMember(Name = "contentNodeId")]
public string ContentNodeId { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Contributors
Declaration
[DataMember(Name = "contributors")]
public IList<string> Contributors { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
DataTypes
Declaration
[DataMember(Name = "dataTypes")]
public IList<string> DataTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
DictionaryItems
Declaration
[DataMember(Name = "dictionaryItems")]
public IList<string> DictionaryItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
DocumentTypes
Declaration
[DataMember(Name = "documentTypes")]
public IList<string> DocumentTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
Files
Declaration
[DataMember(Name = "files")]
public IList<string> Files { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
IconUrl
Declaration
[DataMember(Name = "iconUrl")]
public string IconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Languages
Declaration
[DataMember(Name = "languages")]
public IList<string> Languages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
License
Declaration
[DataMember(Name = "license")]
public string License { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LicenseUrl
Declaration
[DataMember(Name = "licenseUrl")]
public string LicenseUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Macros
Declaration
[DataMember(Name = "macros")]
public IList<string> Macros { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
[Required]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PackageId
Declaration
[DataMember(Name = "packageGuid")]
public Guid PackageId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
PackagePath
The full path to the package's zip file when it was installed (or is being installed)
Declaration
[DataMember(Name = "packagePath")]
public string PackagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PackageView
This is the angular view path that will be loaded when the package installs
Declaration
[DataMember(Name = "packageView")]
public string PackageView { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Readme
Declaration
[DataMember(Name = "readme")]
public string Readme { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Stylesheets
Declaration
[DataMember(Name = "stylesheets")]
public IList<string> Stylesheets { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
Templates
Declaration
[DataMember(Name = "templates")]
public IList<string> Templates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
UmbracoVersion
The minimum umbraco version that this package requires
Declaration
[DataMember(Name = "umbracoVersion")]
public Version UmbracoVersion { get; set; }
Property Value
Type |
Description |
System.Version |
|
View Source
Url
Declaration
[DataMember(Name = "url")]
[Required]
[Url]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Version
Declaration
[DataMember(Name = "version")]
[Required]
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|