Quantcast
Viewing all articles
Browse latest Browse all 14708

Want to get Releases sub folder names from ALM?

Hi ,

 

I'm trying to get Releases sub folder name from Releases by using C#?

How do I get these by using Release_Folder attributes?

 

i tried like this but it didnt work..

   foreach (TDAPIOLELib.Release rel in listRel)

  {

      CycleFactory CF = rel.CycleFactory;

      foreach (TDAPIOLELib.Cycle Cyc in CF.NewList(""))
      {

              string releaseName = Convert.ToString(Cyc["RF_NAME"]);

 

      }

 

}

 

Thank you.

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>