Click or drag to resize
PersonalDataCollectorRegisterCollectData Method
Collects all the personal data by invoking registered collectors and passing them the identities.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public IEnumerable<PersonalDataCollectorResult> CollectData(
	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: IEnumerablePersonalDataCollectorResult
Returns results of each data collector in an order they were registered.
Exceptions
ExceptionCondition
LicenseExceptionThrown if insufficient license found.
See Also