DocumentSchemaManagerGetDropDownMenuItemsForImport Method

Returns collection of choices specified for particular field and given names or source IDs

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns collection of choices specified for particular field and given names or source IDs")]
public List<DropdownFieldChoice> GetDropDownMenuItemsForImport(
	int documentSchemaFieldDefinitionId,
	string[] parts,
	bool isDatabaseLookup
)

Parameters

documentSchemaFieldDefinitionId  Int32
parts  String
isDatabaseLookup  Boolean

Return Value

ListDropdownFieldChoice

See Also