Imports the users from CSV.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool importUsersFromCSV(
string sFilePath
)
Public Function importUsersFromCSV ( _
sFilePath As String _
) As Boolean
public:
bool^ importUsersFromCSV(
String^ sFilePath
)
Parameters
- sFilePath
- Type: String
The s file path.
Return Value
true if XXXX,
false otherwise.