Click or drag to resize
ConsentInfoProvider.GetConsents Method
Returns a query for all the ConsentInfo objects.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<ConsentInfo> GetConsents()

Return Value

Type: ObjectQuery<ConsentInfo>
See Also