FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..importUsersFromXLS Method

Imports the users from XLS.

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

Syntax


public bool importUsersFromXLS(
	string sFilePath
)
Public Function importUsersFromXLS ( _
	sFilePath As String _
) As Boolean
public:
bool^ importUsersFromXLS(
	String^ sFilePath
)

Parameters

sFilePath
Type: String
The s file path.

Return Value

true if XXXX, false otherwise.