Click or drag to resize

OpsContextRaiseBrowserDialog Method

Overload List
  NameDescription
Public methodRaiseBrowserDialog(String, String, Object)
The purpose of this function is to raise a custom dialog when an HTML client is being used. See the extensibility documentation for a more detailed explanation.
Public methodRaiseBrowserDialog(String, String, Object, Type)
The purpose of this function is to raise a custom dialog when an HTML client is being used. This function is provided with a response Type that is used to deserialize the returned object into a standard .net object (for example, javascript->ArrayList) or a custom object when C# extensibility is used. See the extensibility documentation for a more detailed explanation.
Top
See Also