Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallationSummary

    Represents a summary of items installed during a package installation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(IsReference = true)]
    public class InstallationSummary

    Constructors

    View Source

    InstallationSummary(string)

    Initializes a new instance of the InstallationSummary class.

    Declaration
    public InstallationSummary(string packageName)
    Parameters
    Type Name Description
    string packageName

    The name of the package being installed.

    Properties

    View Source

    ContentInstalled

    Gets or sets the collection of content items that were installed.

    Declaration
    public IEnumerable<IContent> ContentInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IContent>
    View Source

    DataTypesInstalled

    Gets or sets the collection of data types that were installed.

    Declaration
    public IEnumerable<IDataType> DataTypesInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IDataType>
    View Source

    DictionaryItemsInstalled

    Gets or sets the collection of dictionary items that were installed.

    Declaration
    public IEnumerable<IDictionaryItem> DictionaryItemsInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IDictionaryItem>
    View Source

    DocumentTypesInstalled

    Gets or sets the collection of document types that were installed.

    Declaration
    public IEnumerable<IContentType> DocumentTypesInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IContentType>
    View Source

    EntityContainersInstalled

    Gets or sets the collection of entity containers that were installed.

    Declaration
    public IEnumerable<EntityContainer> EntityContainersInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<EntityContainer>
    View Source

    LanguagesInstalled

    Gets or sets the collection of languages that were installed.

    Declaration
    public IEnumerable<ILanguage> LanguagesInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<ILanguage>
    View Source

    MediaInstalled

    Gets or sets the collection of media items that were installed.

    Declaration
    public IEnumerable<IMedia> MediaInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IMedia>
    View Source

    MediaTypesInstalled

    Gets or sets the collection of media types that were installed.

    Declaration
    public IEnumerable<IMediaType> MediaTypesInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IMediaType>
    View Source

    PackageName

    Gets the name of the package that was installed.

    Declaration
    public string PackageName { get; }
    Property Value
    Type Description
    string
    View Source

    PartialViewsInstalled

    Gets or sets the collection of partial views that were installed.

    Declaration
    public IEnumerable<IPartialView> PartialViewsInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IPartialView>
    View Source

    ScriptsInstalled

    Gets or sets the collection of scripts that were installed.

    Declaration
    public IEnumerable<IScript> ScriptsInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IScript>
    View Source

    StylesheetsInstalled

    Gets or sets the collection of stylesheets that were installed.

    Declaration
    public IEnumerable<IFile> StylesheetsInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<IFile>
    View Source

    TemplatesInstalled

    Gets or sets the collection of templates that were installed.

    Declaration
    public IEnumerable<ITemplate> TemplatesInstalled { get; set; }
    Property Value
    Type Description
    IEnumerable<ITemplate>
    View Source

    Warnings

    Gets or sets the warnings generated during installation.

    Declaration
    public InstallWarnings Warnings { get; set; }
    Property Value
    Type Description
    InstallWarnings

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX