Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentNavigationRepository

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ContentNavigationRepository : INavigationRepository

    Constructors

    View Source

    ContentNavigationRepository(IScopeAccessor)

    Declaration
    public ContentNavigationRepository(IScopeAccessor scopeAccessor)
    Parameters
    Type Name Description
    IScopeAccessor scopeAccessor

    Methods

    View Source

    GetContentNodesByObjectType(Guid)

    Declaration
    public IEnumerable<INavigationModel> GetContentNodesByObjectType(Guid objectTypeKey)
    Parameters
    Type Name Description
    Guid objectTypeKey
    Returns
    Type Description
    IEnumerable<INavigationModel>
    View Source

    GetTrashedContentNodesByObjectType(Guid)

    Declaration
    public IEnumerable<INavigationModel> GetTrashedContentNodesByObjectType(Guid objectTypeKey)
    Parameters
    Type Name Description
    Guid objectTypeKey
    Returns
    Type Description
    IEnumerable<INavigationModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentNavigationRepository(IScopeAccessor)
    • Methods
      • GetContentNodesByObjectType(Guid)
      • GetTrashedContentNodesByObjectType(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX