Interface IWebProfilerRepository
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
public interface IWebProfilerRepository
Methods
View SourceGetStatus(int)
Declaration
bool GetStatus(int userId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | userId |
Returns
| Type | Description |
|---|---|
| bool |
SetStatus(int, bool)
Declaration
void SetStatus(int userId, bool status)
Parameters
| Type | Name | Description |
|---|---|---|
| int | userId | |
| bool | status |