PersonalDataHelperJoinPersonalData Method |
Joins individual results (
Text) of personal data collection.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
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 Exception | Condition |
---|
ArgumentNullException | Thrown when personalData or outputFormat is null. |
NotSupportedException | Thrown when given outputFormat is not supported. |
Remarks See Also