Click or drag to resize

OpsContextRequestCustomDialog Method

Displays the content defined in ContentName and makes Data available for the content resourse to bind to. A null will be returned if the user cancelled the operation.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Object RequestCustomDialog(
	string message,
	string title,
	string contentName,
	Object data
)

Parameters

message
Type: SystemString
The message to be displayed.
title
Type: SystemString
The title of the request to be displayed.
contentName
Type: SystemString
The name of the content resource available in the content table that should be displayed.
data
Type: SystemObject
A user defined data object to be made availble to the content resource for binding.

Return Value

Type: Object
Returns the data object passed as a parameter. This object may or may not have been modified by the content.
See Also