Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Package
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class PackageModelBase

    Properties

    View Source

    ContentLoadChildNodes

    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.Boolean
    View Source

    ContentNodeId

    Gets or sets the id of the selected content node.

    Declaration
    public string ContentNodeId { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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>
    View Source

    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.Boolean
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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.String>
    View Source

    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.String>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentLoadChildNodes
      • ContentNodeId
      • DataTypes
      • DictionaryItems
      • DocumentTypes
      • Languages
      • MediaIds
      • MediaLoadChildNodes
      • MediaTypes
      • PartialViews
      • Scripts
      • Stylesheets
      • Templates
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX