Interface INodeCountService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface INodeCountService
Methods
View SourceGetMediaCount()
Declaration
int GetMediaCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetNodeCount(Guid)
Declaration
int GetNodeCount(Guid nodeType)
Parameters
Type | Name | Description |
---|---|---|
Guid | nodeType |
Returns
Type | Description |
---|---|
System.Int32 |