Table of Contents

Interface IConsentAgreementInfoProvider

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Declares members for ConsentAgreementInfo management.

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