DropdownFieldChoice Class |
Namespace: FileHold.LibraryManager
[SerializableAttribute] public class DropdownFieldChoice : IEquatable<DropdownFieldChoice>
The DropdownFieldChoice type exposes the following members.
Name | Description | |
---|---|---|
![]() | DropdownFieldChoice | Initializes a new instance of the DropdownFieldChoice class |
Name | Description | |
---|---|---|
![]() | ChoiceOrder |
The value of the counter which specifies the order of items.
|
![]() | FirstSearchBy |
The optional value of the first "Search By" column for a lookup dropdown field.
This value is null for a FileHold managed dropdown field.
|
![]() | FourthSearchBy |
The optional value of the fourth "Search By" column for a lookup dropdown field.
This value is null for a FileHold managed dropdown field.
|
![]() | Id |
The internal identifier used by FileHold to track this drop-down item. This identifier
is returned from Document Finder and should be passed to Document Manager to edit the metadata
of a document.
|
![]() | SecondSearchBy |
The optional value of the second "Search By" column for a lookup dropdown field.
This value is null for a FileHold managed dropdown field.
|
![]() | SourceChoiceId |
The unique key of the item for a lookup dropdown field, which is the value the "Lookup By" column.
This value is null for a FileHold managed dropdown field.
|
![]() | ThirdSearchBy |
The optional value of the third "Search By" column for a lookup dropdown field.
This value is null for a FileHold managed dropdown field.
|
![]() | Value |
The name of the drop-down item visible to the user. For a database lookup dropdown field,
this is the value of the "Retrieve From" column.
|
Name | Description | |
---|---|---|
![]() | ConvertT | (Defined by ObjectExtension.) |
![]() | ToJson | (Defined by ObjectExtension.) |