Click or drag to resize
IPersonalDataCollectorCollect Method
Collects personal data based on given identities.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
PersonalDataCollectorResult Collect(
	IEnumerable<BaseInfo> identities,
	string outputFormat
)

Parameters

identities
Type: System.Collections.GenericIEnumerableBaseInfo
Collection of identities representing a data subject.
outputFormat
Type: SystemString
Defines an output format for the result.

Return Value

Type: PersonalDataCollectorResult
PersonalDataCollectorResult containing personal data.
See Also