Class InstallWarnings
Inheritance
System.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 |
---|---|
System.Nullable<IEnumerable<IFile>> |
ConflictingTemplates
Declaration
public IEnumerable<ITemplate>? ConflictingTemplates { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<ITemplate>> |