Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IConsentRepository

    Represents a repository for IConsent entities.

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IConsentRepository : IReadWriteQueryRepository<int, IConsent>, IReadRepository<int, IConsent>, IWriteRepository<IConsent>, IQueryRepository<IConsent>, IRepository

    Methods

    View Source

    ClearCurrent(string, string, string)

    Clears the current flag.

    Declaration
    void ClearCurrent(string source, string context, string action)
    Parameters
    Type Name Description
    string source
    string context
    string action
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX