RanorexRanorex Documentation
Exists Method (itemInfo)
NamespacesRanorexValidateExists(RepoItemInfo)
Validates if the element for the specified repository item exists.
Declaration Syntax
C#Visual BasicVisual C++
public static void Exists(
	RepoItemInfo itemInfo
)
Public Shared Sub Exists ( _
	itemInfo As RepoItemInfo _
)
public:
static void Exists(
	RepoItemInfo^ itemInfo
)
Parameters
itemInfo (RepoItemInfo)
The RepoItemInfo object for the repository item.
Exceptions
ExceptionCondition
ValidationExceptionIf the validation fails.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)