View Source
Class InstallWarnings
Inheritance
System.Object
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