Esempio n. 1
0
 /// <summary>
 /// Get the projects.
 /// </summary>
 /// <returns>
 /// The <see cref="ProjectDisplayData"/> containing project information.
 /// </returns>
 /// <exception cref="CheckmarxErrorException">
 /// The Checkmarx API returned an unexpected error.
 /// </exception>
 /// <exception cref="CheckmarxCommunicationException">
 /// An error occurred communicating with the Checkmarx server.
 /// </exception>
 public ProjectDisplayData[] GetProjects()
 {
     return(CallCheckmarxApi(() => SoapClient.GetProjectsDisplayData(SessionId)).projectList);
 }