Click or drag to resize

OpsContextMultiSelectionRequest Method

Selection request. Displays a prompt listing the supplied Selection Entries. Returns index of selected item or -1 if user cancelled request.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public List<int> MultiSelectionRequest(
	Enum titleId,
	Enum promptId,
	IList<OpsSelectionEntry> entries
)

Parameters

titleId
Type: SystemEnum
Text ID for the title
promptId
Type: SystemEnum
Text ID for the prompt.
entries
Type: System.Collections.GenericIListOpsSelectionEntry
A list of available selections

Return Value

Type: ListInt32
Returns the index of the selected entry.
See Also