OpsContextSearchRequest Method |
Search request. Displays a prompt listing the supplied Selection Entries. Returns index of selected item or -1 if user cancelled request.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic int? SearchRequest(
string title,
string prompt,
IList<OpsSelectionEntry> entries
)
Parameters
- title String
- Title of the prompt.
- prompt String
- Prompt text.
- entries IListOpsSelectionEntry
- A list of available selections
Return Value
NullableInt32Returns the index of the selected entry.
See Also