public bool GetProjectByGUID( string strProjectGUID, ref string strProjectPath, ref string strWorkStation )
public: bool GetProjectByGUID( String^ strProjectGUID, String^% strProjectPath, String^% strWorkStation )
Parameters
- strProjectGUID
- Unique project ID of the wanted project.
- strProjectPath
- [out] Full link file name of the found project.
- strWorkStation
- [out] Name of the workstation on which the project is located. The parameter returns an empty string, if the project is not found or it is located on the local workstation.
Return Value
return = true: project was found. return = false: project was not found.