Search Results for

    Show / Hide Table of Contents

    Class NodeCountService

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

    Constructors

    NodeCountService(IScopeProvider)

    Declaration
    public NodeCountService(IScopeProvider scopeProvider)
    Parameters
    Type Name Description
    IScopeProvider scopeProvider

    Methods

    GetMediaCount()

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

    GetNodeCount(Guid)

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