Table of Contents

Interface IConsentInfoProvider

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Declares members for ConsentInfo management.

[Obsolete("Use CMS.DataEngine.IInfoProvider<ConsentInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ConsentInfo>.Instance property.")]
[ObsoleteSince(28, 3)]
public interface IConsentInfoProvider : IInfoProvider<ConsentInfo>, IInfoByIdProvider<ConsentInfo>, IInfoByNameProvider<ConsentInfo>
Inherited Members
Extension Methods