| 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.UserManagementAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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