Creates a new instance.
| C# | Visual Basic | Visual C++ |
public RepoItemInfo( RepoGenBaseFolder parentFolder, string name, RxPath path, Duration searchTimeout, Nullable<bool> useEnsureVisible, string itemId )
- 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.
