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 SourceClearCurrent(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 |