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
    System.String source
    System.String context
    System.String action
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ClearCurrent(String, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX