Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConflictingPackageData

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

    Constructors

    View Source

    ConflictingPackageData(IMacroService, IFileService)

    Declaration
    public ConflictingPackageData(IMacroService macroService, IFileService fileService)
    Parameters
    Type Name Description
    IMacroService macroService
    IFileService fileService

    Methods

    View Source

    FindConflictingMacros(Nullable<IEnumerable<XElement>>)

    Declaration
    public IEnumerable<IMacro>? FindConflictingMacros(IEnumerable<XElement>? macroNodes)
    Parameters
    Type Name Description
    System.Nullable<IEnumerable<System.Xml.Linq.XElement>> macroNodes
    Returns
    Type Description
    System.Nullable<IEnumerable<IMacro>>
    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>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConflictingPackageData(IMacroService, IFileService)
    • Methods
      • FindConflictingMacros(Nullable<IEnumerable<XElement>>)
      • FindConflictingStylesheets(Nullable<IEnumerable<XElement>>)
      • FindConflictingTemplates(Nullable<IEnumerable<XElement>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX