View Source
Class NodeCountRepository
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class NodeCountRepository : INodeCountRepository
Constructors
View Source
NodeCountRepository(IScopeAccessor)
Declaration
public NodeCountRepository(IScopeAccessor scopeAccessor)
Parameters
Methods
View Source
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 |
|