IPersonalDataCollectorCollect Method |
Collects personal data based on given identities.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax 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:
PersonalDataCollectorResultPersonalDataCollectorResult containing personal data.
See Also