bool ExecuteProject( string pathToProject, IEnumerable<Tuple<string,string>> varibleMapping, bool mapOnBadExist, bool passProjectContext, bool useBrowser )
Parameters
- pathToProject
- Type: System.String
The path to project file.
- varibleMapping
- Type: System.IEnumerable
Collection of pair variables name in current project and called project.
- mapOnBadExist
- Type: System.Boolean
Set true, if needs map variables to current project even if execution of called project will be failed.
- passProjectContext
- Type: System.Boolean
Set true, if needs map context of current project to called project and back.
- useBrowser
- Type: System.Boolean
Set true, if needs to use browser.