View Source
Class PreInstallWarnings
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PreInstallWarnings
Properties
View Source
ConflictingMacros
Declaration
public IEnumerable<IMacro> ConflictingMacros { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IMacro> |
|
View Source
ConflictingStylesheets
Declaration
public IEnumerable<IFile> ConflictingStylesheets { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IFile> |
|
View Source
ConflictingTemplates
Declaration
public IEnumerable<ITemplate> ConflictingTemplates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ITemplate> |
|
View Source
FilesReplaced
Declaration
public IEnumerable<string> FilesReplaced { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
UnsecureFiles
Declaration
public IEnumerable<string> UnsecureFiles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|