Class InstallWarnings
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Packaging
Assembly: Umbraco.Core.dll
Syntax
public class InstallWarnings
Properties
View SourceConflictingStylesheets
Declaration
public IEnumerable<IFile?>? ConflictingStylesheets { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IFile> |
ConflictingTemplates
Declaration
public IEnumerable<ITemplate>? ConflictingTemplates { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ITemplate> |