RanorexRanorex Documentation
NotExists Method (itemInfo)
NamespacesRanorexValidateNotExists(RepoItemInfo)
Validates if the element for the specified repository item does not exist.
Declaration Syntax
C#Visual BasicVisual C++
public static void NotExists(
	RepoItemInfo itemInfo
)
Public Shared Sub NotExists ( _
	itemInfo As RepoItemInfo _
)
public:
static void NotExists(
	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.3.22982 (4.0.3.22982)