Show / Hide Table of Contents

Class DirectoryPathSettingDescriptor

Descriptor for a directory path setting. Rendered as a text box with a "Browse..." button.

Inheritance
object
SettingDescriptor
DirectoryPathSettingDescriptor
Inherited Members
SettingDescriptor.Key
SettingDescriptor.DisplayName
SettingDescriptor.Description
SettingDescriptor.IconSvg
SettingDescriptor.IsVisible
SettingDescriptor.IsRequired
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Zaya.Primitives
Assembly: Zaya.Primitives.dll
Syntax
public sealed class DirectoryPathSettingDescriptor : SettingDescriptor

Constructors

| Edit this page View Source

DirectoryPathSettingDescriptor(string, LocalizedString)

Initializes a new instance of the DirectoryPathSettingDescriptor class.

Declaration
public DirectoryPathSettingDescriptor(string key, LocalizedString displayName)
Parameters
Type Name Description
string key

Machine-readable key for this setting.

LocalizedString displayName

Localizable UI label.

Properties

| Edit this page View Source

DefaultValue

Gets or sets the default directory path.

Declaration
public string? DefaultValue { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX