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 SourceInstallWarnings()
Declaration
public InstallWarnings()
Properties
View SourceConflictingStylesheets
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> |
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> |