FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDecisionTable..::..import Method

Imports the specified file stream.

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

Syntax


public bool import(
	Stream fileStream,
	string sDecisionTableName
)
Public Function import ( _
	fileStream As Stream, _
	sDecisionTableName As String _
) As Boolean
public:
bool^ import(
	Stream^ fileStream, 
	String^ sDecisionTableName
)

Parameters

fileStream
Type: Stream
The file stream.
sDecisionTableName
Type: String
Name of the s decision table.

Return Value

true if XXXX, false otherwise.