View Source
Class CompiledPackage
The model of the package definition within an umbraco (zip) package file
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class CompiledPackage : IPackageInfo
Properties
View Source
Actions
Declaration
public string Actions { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Author
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AuthorUrl
Declaration
public string AuthorUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Contributors
Declaration
public IList<string> Contributors { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
DataTypes
Declaration
public IEnumerable<XElement> DataTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
DictionaryItems
Declaration
public IEnumerable<XElement> DictionaryItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
Documents
Declaration
public IEnumerable<CompiledPackageDocument> Documents { get; set; }
Property Value
View Source
DocumentTypes
Declaration
public IEnumerable<XElement> DocumentTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
Files
Declaration
public List<CompiledPackageFile> Files { get; set; }
Property Value
View Source
IconUrl
Declaration
public string IconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Languages
Declaration
public IEnumerable<XElement> Languages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
License
Declaration
public string License { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LicenseUrl
Declaration
public string LicenseUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Macros
Declaration
public IEnumerable<XElement> Macros { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PackageFile
Declaration
public FileInfo PackageFile { get; set; }
Property Value
Type |
Description |
System.IO.FileInfo |
|
View Source
PackageView
Declaration
public string PackageView { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Readme
Declaration
public string Readme { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Stylesheets
Declaration
public IEnumerable<XElement> Stylesheets { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
Templates
Declaration
public IEnumerable<XElement> Templates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> |
|
View Source
UmbracoVersion
Declaration
public Version UmbracoVersion { get; set; }
Property Value
Type |
Description |
System.Version |
|
View Source
UmbracoVersionRequirementsType
Declaration
public RequirementsType UmbracoVersionRequirementsType { get; set; }
Property Value
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Warnings
Declaration
public PreInstallWarnings Warnings { get; set; }
Property Value