UserManagementUtilsWriteUsersToCsvTable Method (IDatabaseRepository, IUser, String, Boolean) |
Writes a list of users records together with user object attributes to a CSV table.
Namespace:
PDTec.IceNet.Domain.UserManagement
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string WriteUsersToCsvTable(
IDatabaseRepository pRepository,
IUser[] aUsers,
string userObjectsKeyPrefix,
bool useCsvDE
)
Parameters
- pRepository
- Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository. - aUsers
- Type: PDTec.IceNet.Core.Database.UserManagementIUser
The users to write. - userObjectsKeyPrefix
- Type: SystemString
The key prefix used to identify user objects. If this argument is left empty, only the user record data is written to the table. - useCsvDE
- Type: SystemBoolean
true if the Middle-European CSV variant with ';' as separator should be used, otherwise false.
Return Value
Type:
StringThe CSV table.
See Also