Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebProfilerRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebProfilerRepository

    Methods

    View Source

    GetStatus(int)

    Declaration
    bool GetStatus(int userId)
    Parameters
    Type Name Description
    int userId
    Returns
    Type Description
    bool
    View Source

    SetStatus(int, bool)

    Declaration
    void SetStatus(int userId, bool status)
    Parameters
    Type Name Description
    int userId
    bool status
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX