Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllAnalyticsController

    Inheritance
    System.Object
    ManagementApiControllerBase
    AnalyticsControllerBase
    Namespace: Umbraco.Cms.ManagementApi.Controllers.Analytics
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class AllAnalyticsController : AnalyticsControllerBase

    Methods

    View Source

    GetAll(Int32, Int32)

    Declaration
    public async Task<PagedViewModel<TelemetryLevel>> GetAll(int skip, int take)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedViewModel<TelemetryLevel>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAll(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX