InedoSDK Reference
Version:

FieldEditMode Class

Indicates how a field is to be edited.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.Web.FieldEditMode

Syntax

public sealed class FieldEditMode : System.Enum

Fields

Name Description
Multiline

Display as a multiline (3 row) textarea.

Password

Display as a password text box.

ServerDirectoryPath

Display as a single line textbox with a [...] that can open a modal dialog to help locate a server directory path.

ServerFilePath

Display as a single line textbox with a [...] that can open a modal dialog to help locate a server file path.

Singleline

Display a single line textbox.

Remarks

This is only applicable to string-based fields