Click or drag to resize

DocumentSchemaManagerGetDropDownMenuItemsForImport Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public 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