Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallWarnings

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

    Properties

    View Source

    ConflictingStylesheets

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

    ConflictingTemplates

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