ScriptLoaderCompileFromSources Method

Compile script from string sources (stored in DB or similar)

Definition

Namespace: DHI.Mike1D.Plugins
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void CompileFromSources(
	string projectId,
	string[] sourceFiles
)

Parameters

projectId  String
Id of project where source files belong to. Used when reporting build errors
sourceFiles  String
String containing script source files

See Also