IPSentry Add-In SDK
IPSAlertConfig Method
Add-In SDK Index | Top
sep

IPSentry calls this function from the device editor when the user select Configure Add-In from the Add-In Alerts definition area.  This function should be used to present a user interface for configuring the details for your add-in.

Parameters

MUID (String)
String expression which represents the unique machine identifier being configured and edited.

AUID (String)
String expression which represents the unique Add-in Alert identifier being configured and edited.

Args (String)
String expression containing the current configuration data that was stored from a prior call to IPSAlertConfig. 

Returns
Args (String)
Upon final completion of the configuration, you should return your configuration settings for this instance in this string back to the caller for storage in the IPSentry configuration for this entry.  Most of the add-in configuration data args used in IPSentry are stored as XML.

If the user rejects or cancels the configuration, you should leave this string unmodified and return exactly as it was passed in order to keep from affecting a change in the editing entry.

Visual Basic
Public Sub IPSAlertConfig(ByVal MUID As String, _
                          ByVal AUID as String, _
                          ByRef args As String)
    

End Sub

VB.NET
Public Sub IPSAlertConfig(ByVal MUID As String, _
                          ByVal AUID As String, _
                          ByRef args As String)

End Sub

sep

© 2011 by RGE, Inc.  (All Rights Reserved)
Unauthorized use or reproduction is strictly prohibited
IPSentry® is a registered trademark of RGE, Inc.

https://ipsentry.com
 Support@ipsentry.com