DocumentSchemaManagerGetDropDownMenuItemsByNames Method

Returns collection of choices specified for particular field and given names

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")]
public List<DropdownFieldChoice> GetDropDownMenuItemsByNames(
	int documentSchemaFieldDefinitionId,
	string[] names
)

Parameters

documentSchemaFieldDefinitionId  Int32
names  String

Return Value

ListDropdownFieldChoice

See Also