ScriptLoaderCompileFromSources Method |
Compile script from string sources (stored in DB or similar)
Namespace:
DHI.Mike1D.Plugins
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void CompileFromSources(
string projectId,
string[] sourceFiles
)
Public Sub CompileFromSources (
projectId As String,
sourceFiles As String()
)
public:
void CompileFromSources(
String^ projectId,
array<String^>^ sourceFiles
)
Parameters
- projectId
- Type: SystemString
Id of project where source files belong to. Used when reporting build errors - sourceFiles
- Type: SystemString
String containing script source files
See Also