Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallWarnings

    Represents warnings that may occur during package installation due to conflicting entities.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    public class InstallWarnings

    Constructors

    View Source

    InstallWarnings()

    Declaration
    public InstallWarnings()

    Properties

    View Source

    ConflictingStylesheets

    Gets or sets the collection of stylesheets that conflict with existing stylesheets.

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

    ConflictingTemplates

    Gets or sets the collection of templates that conflict with existing templates.

    Declaration
    public IEnumerable<ITemplate>? ConflictingTemplates { get; set; }
    Property Value
    Type Description
    IEnumerable<ITemplate>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX