Search Results for

    Show / Hide Table of Contents
    View Source

    Class InstallWarnings

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

    Properties

    View Source

    ConflictingMacros

    Declaration
    public IEnumerable<IMacro> ConflictingMacros { get; set; }
    Property Value
    Type Description
    IEnumerable<IMacro>
    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>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ConflictingMacros
      • ConflictingStylesheets
      • ConflictingTemplates
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX