Search Results for

    Show / Hide Table of Contents
    View Source

    Class NodeCountService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Services.Implement
    Assembly: Umbraco.Core.dll
    Syntax
    public class NodeCountService : INodeCountService

    Constructors

    View Source

    NodeCountService(INodeCountRepository, ICoreScopeProvider)

    Declaration
    public NodeCountService(INodeCountRepository nodeCountRepository, ICoreScopeProvider scopeProvider)
    Parameters
    Type Name Description
    INodeCountRepository nodeCountRepository
    ICoreScopeProvider scopeProvider

    Methods

    View Source

    GetMediaCount()

    Declaration
    public int GetMediaCount()
    Returns
    Type Description
    System.Int32
    View Source

    GetNodeCount(Guid)

    Declaration
    public int GetNodeCount(Guid nodeType)
    Parameters
    Type Name Description
    Guid nodeType
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NodeCountService(INodeCountRepository, ICoreScopeProvider)
    • Methods
      • GetMediaCount()
      • GetNodeCount(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX