RanorexRanorex Documentation
RepoItemInfo Constructor (parentFolder, name, path, searchTimeout, useEnsureVisible, itemId)
NamespacesRanorex.Core.RepositoryRepoItemInfoRepoItemInfo(RepoGenBaseFolder, String, RxPath, Duration, Nullable<(Of <(Boolean>)>), String)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public RepoItemInfo(
	RepoGenBaseFolder parentFolder,
	string name,
	RxPath path,
	Duration searchTimeout,
	Nullable<bool> useEnsureVisible,
	string itemId
)
Public Sub New ( _
	parentFolder As RepoGenBaseFolder, _
	name As String, _
	path As RxPath, _
	searchTimeout As Duration, _
	useEnsureVisible As Nullable(Of Boolean), _
	itemId As String _
)
public:
RepoItemInfo(
	RepoGenBaseFolder^ parentFolder, 
	String^ name, 
	RxPath^ path, 
	Duration^ searchTimeout, 
	Nullable<bool> useEnsureVisible, 
	String^ itemId
)
Parameters
parentFolder (RepoGenBaseFolder)
The parent folder of the associated repository item.
name (String)
The name of the associated repository item.
path (RxPath)
The path of the associated repository item.
searchTimeout (Duration)
The search timeout of the associated repository item.
useEnsureVisible (Nullable<(Of <(Boolean>)>))
The value set to UseEnsureVisible of the adapter created for the associated repository item.
itemId (String)
The id of the associated repository item.

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