Class RepositoryRootFolder
- Namespace
- Ranorex.Core.Repository
- Assembly
- Ranorex.Core.dll
public class RepositoryRootFolder : RepositoryAppFolder
- Inheritance
-
RepositoryRootFolder
- Inherited Members
Properties
AbsolutePath
public override RxPath AbsolutePath { get; set; }
Property Value
RelativeBasePath
public override RxPath RelativeBasePath { get; set; }
Property Value
SearchTimeout
public override Duration SearchTimeout { get; set; }
Property Value
Methods
ChangeBasePathForChildren(RxPath, RxPath)
public override void ChangeBasePathForChildren(RxPath oldBasePath, RxPath newBasePath)
Parameters
Create(ElementRepository, string)
public static RepositoryRootFolder Create(ElementRepository owner, string name)
Parameters
ownerElementRepositorynamestring
Returns
OptimizeBasePath()
public override void OptimizeBasePath()