DocumentSchemaManagerGetDropDownMenuItemsForImport Method
            Returns collection of choices specified for particular field and given names or source IDs
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- documentSchemaFieldDefinitionId  Int32
 - parts  String
 - isDatabaseLookup  Boolean
 
ListDropdownFieldChoice