Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallationSummary

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

    Constructors

    View Source

    InstallationSummary(String)

    Declaration
    public InstallationSummary(string packageName)
    Parameters
    Type Name Description
    System.String packageName

    Properties

    View Source

    ContentInstalled

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

    DataTypesInstalled

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

    DictionaryItemsInstalled

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

    DocumentTypesInstalled

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

    EntityContainersInstalled

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

    LanguagesInstalled

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

    MacroPartialViewsInstalled

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

    MacrosInstalled

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

    MediaInstalled

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

    MediaTypesInstalled

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

    PackageName

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

    PartialViewsInstalled

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

    ScriptsInstalled

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

    StylesheetsInstalled

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

    TemplatesInstalled

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

    Warnings

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

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • InstallationSummary(String)
    • Properties
      • ContentInstalled
      • DataTypesInstalled
      • DictionaryItemsInstalled
      • DocumentTypesInstalled
      • EntityContainersInstalled
      • LanguagesInstalled
      • MacroPartialViewsInstalled
      • MacrosInstalled
      • MediaInstalled
      • MediaTypesInstalled
      • PackageName
      • PartialViewsInstalled
      • ScriptsInstalled
      • StylesheetsInstalled
      • TemplatesInstalled
      • Warnings
    • Methods
      • ToString()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX