Item Name in Repository

Ask general questions here.
APSoftware
Posts: 8
Joined: Tue Sep 14, 2010 10:43 am

Item Name in Repository

Post by APSoftware » Mon Apr 18, 2011 7:52 am

Hey Guys!

Is there any possibility to get the name from a Repository item (i.e. the name from an item in the repository)?

Regards
Stefan

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Item Name in Repository

Post by Support Team » Mon Apr 18, 2011 8:20 am

Hi,

Of course it is possible. With following property you will get the name of the repository item
http://www.ranorex.com/Documentation/Ra ... o_Name.htm

Code Sample:
string repoItemString = repo.TestFolder.TestItemInfo.Name;
Regards,
Peter
Ranorex Team