Click or drag to resize
ConsentInfoProviderGetConsentInfo Method (Int32)
Returns ConsentInfo with specified ID.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 12.0.0
Syntax
C#
public static ConsentInfo GetConsentInfo(
	int id
)

Parameters

id
Type: SystemInt32
ConsentInfo ID.

Return Value

Type: ConsentInfo
See Also