Table of Contents

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

RxPath

RelativeBasePath

public override RxPath RelativeBasePath { get; set; }

Property Value

RxPath

SearchTimeout

public override Duration SearchTimeout { get; set; }

Property Value

Duration

Methods

ChangeBasePathForChildren(RxPath, RxPath)

public override void ChangeBasePathForChildren(RxPath oldBasePath, RxPath newBasePath)

Parameters

oldBasePath RxPath
newBasePath RxPath

Create(ElementRepository, string)

public static RepositoryRootFolder Create(ElementRepository owner, string name)

Parameters

owner ElementRepository
name string

Returns

RepositoryRootFolder

OptimizeBasePath()

public override void OptimizeBasePath()