Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConflictingPackageData

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Packaging
    Assembly: Umbraco.Core.dll
    Syntax
    public class ConflictingPackageData

    Constructors

    View Source

    ConflictingPackageData(IFileService)

    Declaration
    public ConflictingPackageData(IFileService fileService)
    Parameters
    Type Name Description
    IFileService fileService

    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
    Type Description
    IEnumerable<ITemplate>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX