Click or drag to resize
ConsentInfoProviderGetConsentInfo Method (String)
Returns ConsentInfo with specified name.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public static ConsentInfo GetConsentInfo(
	string name
)

Parameters

name
Type: SystemString
ConsentInfo name.

Return Value

Type: ConsentInfo
See Also