Understanding the Master Index Match Engine

setDataSourceLoaded

Description

The setDataSourceLoaded method sets the loading status of a data source.

Syntax

void setDataSourceLoaded(String sourcePath, boolean status)

Parameters

Parameter 

Type 

Description 

sourcePath 

string 

The path and filename of the file. 

status 

boolean 

The load status of the file. Specify true if the file is loaded; otherwise specify false.

Return Value

None.

Throws

None.