Table of Contents

Class RepositoryFolderAttribute

Namespace
Ranorex.Core.Repository
Assembly
Ranorex.Core.dll

Use to mark a property or class as a Ranorex repository folder.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property)]
public class RepositoryFolderAttribute : Attribute, _Attribute
Inheritance
RepositoryFolderAttribute
Implements
Inherited Members

Constructors

RepositoryFolderAttribute(string)

Creates a new instance.

public RepositoryFolderAttribute(string guid)

Parameters

guid string

The Guid.

Properties

Guid

The unique ID of the repository folder.

public CaseInsensitiveString Guid { get; }

Property Value

CaseInsensitiveString