FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..importUsersFromCSV Method

Imports the users from CSV.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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.