View Source
Class PackageDefinition
A created package in the back office.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PackageDefinition : object
Properties
View Source
ContentLoadChildNodes
Declaration
public bool ContentLoadChildNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContentNodeId
Declaration
public string ContentNodeId { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DataTypes
Declaration
public IList<string> DataTypes { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
DictionaryItems
Declaration
public IList<string> DictionaryItems { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
DocumentTypes
Declaration
public IList<string> DocumentTypes { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Languages
Declaration
public IList<string> Languages { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Macros
Declaration
public IList<string> Macros { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Declaration
public bool MediaLoadChildNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public IList<string> MediaTypes { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Declaration
public IList<GuidUdi> MediaUdis { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PackageId
Declaration
public Guid PackageId { get; set; }
Property Value
View Source
PackagePath
The full path to the package's XML file.
Declaration
public string PackagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PartialViews
Declaration
public IList<string> PartialViews { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Scripts
Declaration
public IList<string> Scripts { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Stylesheets
Declaration
public IList<string> Stylesheets { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
View Source
Templates
Declaration
public IList<string> Templates { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|