DocumentSchemaManagerGetDropDownMenuItemsByNames Method
            Returns collection of choices specified for particular field and given names
            
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")]
public List<DropdownFieldChoice> GetDropDownMenuItemsByNames(
	int documentSchemaFieldDefinitionId,
	string[] names
)
- documentSchemaFieldDefinitionId  Int32
 - names  String
 
ListDropdownFieldChoice