PersonalDataHelperJoinPersonalData Method |
Joins individual results (
Text) of personal data collection.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 12.0.0
Syntax public static string JoinPersonalData(
IEnumerable<string> personalData,
string outputFormat
)
Parameters
- personalData
- Type: System.Collections.GenericIEnumerableString
Enumeration of individual personal data (Text) obtained from collectors. - outputFormat
- Type: SystemString
Output format to determine proper join method.
Return Value
Type:
StringReturns joined
personalData with respect to
outputFormat.
Exceptions Remarks See Also