HTTP endpoint for convienence in supporting browsers that don't support data URI's. Allows end users browsers to call this service and retrieve a thumbnail for display in the selection list. Takes one parameter 'PRID', the value is 'pump_results_ID' found in the DataTable returned from get_list(UInt32). Returns MIME type:image/png

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class getthumbnail : Page
Visual Basic
Public Class getthumbnail _
	Inherits Page
Visual C++
public ref class getthumbnail : public Page

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..Page
        configuration_services..::..getthumbnail

See Also