Class PackageModelBase
Inheritance
Namespace: Umbraco.Cms.Api.Management.ViewModels.Package
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class PackageModelBase
Properties
View SourceContentLoadChildNodes
Gets or sets a value indicating whether to load all child nodes of the selected content node.
Declaration
public bool ContentLoadChildNodes { get; set; }
Property Value
Type | Description |
---|---|
System. |
ContentNodeId
Gets or sets the id of the selected content node.
Declaration
public string ContentNodeId { get; set; }
Property Value
Type | Description |
---|---|
System. |
DataTypes
Gets or sets the list of ids for the selected data types.
Declaration
public IList<string> DataTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
DictionaryItems
Gets or sets the list of ids for the selected dictionary items.
Declaration
public IList<string> DictionaryItems { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
DocumentTypes
Gets or sets the list of ids for the selected document types.
Declaration
public IList<string> DocumentTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
Languages
Gets or sets the list of ids for the selected languages.
Declaration
public IList<string> Languages { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
MediaIds
Gets or sets the list of media keys for the selected media items.
Declaration
public IList<Guid> MediaIds { get; set; }
Property Value
Type | Description |
---|---|
IList<Guid> |
MediaLoadChildNodes
Gets or sets a value indicating whether to load all child nodes of the selected media items.
Declaration
public bool MediaLoadChildNodes { get; set; }
Property Value
Type | Description |
---|---|
System. |
MediaTypes
Gets or sets the list of ids for the selected media types.
Declaration
public IList<string> MediaTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
PartialViews
Gets or sets the list of relative paths for the selected partial views.
Declaration
public IList<string> PartialViews { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
Scripts
Gets or sets the list of names for the selected scripts.
Declaration
public IList<string> Scripts { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
Stylesheets
Gets or sets the list of names for the selected stylesheets.
Declaration
public IList<string> Stylesheets { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |
Templates
Gets or sets the list of ids for the selected templates.
Declaration
public IList<string> Templates { get; set; }
Property Value
Type | Description |
---|---|
IList<System. |