Click or drag to resize
ConsentArchiveInfoProviderGetConsentArchiveInfo Method

Note: This API is now obsolete.

Returns ConsentArchiveInfo with specified ID.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IConsentArchiveInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ConsentArchiveInfo.Provider.")]
public static ConsentArchiveInfo GetConsentArchiveInfo(
	int id
)

Parameters

id
Type: SystemInt32
ConsentArchiveInfo ID.

Return Value

Type: ConsentArchiveInfo
See Also