DocumentSchemaManagerGetDropDownMenuItemsForImport Method |
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic List<DropdownFieldChoice> GetDropDownMenuItemsForImport(
int documentSchemaFieldDefinitionId,
string[] parts,
bool isDatabaseLookup
)
Parameters
- documentSchemaFieldDefinitionId
- Type: SystemInt32
- parts
- Type: SystemString
- isDatabaseLookup
- Type: SystemBoolean
Return Value
Type:
ListDropdownFieldChoice
See Also