Table of Contents

Class RepositoryAppFolder

Namespace
Ranorex.Core.Repository
Assembly
Ranorex.Core.dll
public class RepositoryAppFolder : RootedRepositoryFolder
Inheritance
RepositoryAppFolder
Derived
Inherited Members

Constructors

RepositoryAppFolder(ElementRepository, RepositoryFolder, string, string, RxPath, Image, Duration, bool)

protected RepositoryAppFolder(ElementRepository owner, RepositoryFolder parentFolder, string name, string capabilityName, RxPath basePath, Image icon, Duration searchTimeout, bool useCache)

Parameters

owner ElementRepository
parentFolder RepositoryFolder
name string
capabilityName string
basePath RxPath
icon Image
searchTimeout Duration
useCache bool

Properties

FolderIcon

public Image FolderIcon { get; }

Property Value

Image

Methods

Create(ElementRepository, RepositoryFolder, string, string, RxPath, Image, Duration, bool)

public static RepositoryAppFolder Create(ElementRepository owner, RepositoryFolder parentFolder, string name, string capabilityName, RxPath basePath, Image icon, Duration searchTimeout, bool useCache)

Parameters

owner ElementRepository
parentFolder RepositoryFolder
name string
capabilityName string
basePath RxPath
icon Image
searchTimeout Duration
useCache bool

Returns

RepositoryAppFolder

GetContainingAppFolder()

public override RepositoryAppFolder GetContainingAppFolder()

Returns

RepositoryAppFolder

GetOwnerAppFolderPath()

public override RxPath GetOwnerAppFolderPath()

Returns

RxPath

GetXmlNode(XmlNode, bool, RefScreenshotStoreMode)

public override XmlNode GetXmlNode(XmlNode parent, bool withTestImages, RefScreenshotStoreMode refScMode)

Parameters

parent XmlNode
withTestImages bool
refScMode RefScreenshotStoreMode

Returns

XmlNode

HasDefaultFolderIcon()

public bool HasDefaultFolderIcon()

Returns

bool

OptimizeBasePath()

public override void OptimizeBasePath()