Table of Contents

Interface IConsentArchiveInfoProvider

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Declares members for ConsentArchiveInfo management.

[Obsolete("Use CMS.DataEngine.IInfoProvider<ConsentArchiveInfo> 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<ConsentArchiveInfo>.Instance property.")]
[ObsoleteSince(28, 3)]
public interface IConsentArchiveInfoProvider : IInfoProvider<ConsentArchiveInfo>, IInfoByIdProvider<ConsentArchiveInfo>
Inherited Members
Extension Methods