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