Interface IUsageInformationService
Service for retrieving usage information about the Umbraco installation.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IUsageInformationService
Methods
View SourceGetDetailed()
Gets detailed usage information about the Umbraco installation.
Declaration
IEnumerable<UsageInformation>? GetDetailed()
Returns
| Type | Description |
|---|---|
| IEnumerable<UsageInformation> | A collection of UsageInformation objects, or |