Click or drag to resize
ConsentInfoProviderGetConsents Method

Note: This API is now obsolete.

Returns a query for all the ConsentInfo objects.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IConsentInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ConsentInfo.Provider.")]
public static ObjectQuery<ConsentInfo> GetConsents()

Return Value

Type: ObjectQueryConsentInfo
See Also