Click or drag to resize
UserManagementUtilsWriteUsersToCsvTable Method (IDatabaseRepository, String, Boolean)
Writes all user 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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string WriteUsersToCsvTable(
	IDatabaseRepository pRepository,
	string userObjectsKeyPrefix,
	bool useCsvDE
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
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: String
The CSV table.
See Also