Click or drag to resize
ConsentArchiveInfoProviderGetConsentArchiveInfo Method
Returns ConsentArchiveInfo with specified ID.

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

Parameters

id
Type: SystemInt32
ConsentArchiveInfo ID.

Return Value

Type: ConsentArchiveInfo
See Also