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