View Source
Class ConflictingPackageData
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ConflictingPackageData
Constructors
View Source
ConflictingPackageData(IFileService)
Declaration
public ConflictingPackageData(IFileService fileService)
Parameters
Methods
View Source
FindConflictingStylesheets(Nullable<IEnumerable<XElement>>)
Declaration
public IEnumerable<IFile>? FindConflictingStylesheets(IEnumerable<XElement>? stylesheetNodes)
Parameters
Type |
Name |
Description |
System.Nullable<IEnumerable<System.Xml.Linq.XElement>> |
stylesheetNodes |
|
Returns
Type |
Description |
System.Nullable<IEnumerable<IFile>> |
|
View Source
FindConflictingTemplates(Nullable<IEnumerable<XElement>>)
Declaration
public IEnumerable<ITemplate>? FindConflictingTemplates(IEnumerable<XElement>? templateNodes)
Parameters
Type |
Name |
Description |
System.Nullable<IEnumerable<System.Xml.Linq.XElement>> |
templateNodes |
|
Returns
Type |
Description |
System.Nullable<IEnumerable<ITemplate>> |
|