Page 1 of 1

Item Name in Repository

Posted: Mon Apr 18, 2011 7:52 am
by APSoftware
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

Re: Item Name in Repository

Posted: Mon Apr 18, 2011 8:20 am
by Support Team
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