Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetDetailed()

    Gets detailed usage information about the Umbraco installation.

    Declaration
    IEnumerable<UsageInformation>? GetDetailed()
    Returns
    Type Description
    IEnumerable<UsageInformation>

    A collection of UsageInformation objects, or null if unavailable.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX