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: 19.8
Syntax
C#
public Object RequestCustomDialog(
	string message,
	string title,
	string contentName,
	Object data
)

Parameters

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

Return Value

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