IViewManagerShowInputPopup Method iikoFront Api V3 Documentation
Shows input dialog.

Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
IInputResult ShowInputPopup(
	string title,
	InputTypes type
)

Parameters

title
Type: SystemString
Dialog title.
type
Type: Resto.Front.Api.V3.Data.ViewInputTypes
Input types. Can be used as flags.

Return Value

Type: IInputResult
Input result.
See Also

Reference