Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

WebsydianExpress - Callback Point


UserAfterDelete

Type

Site specific callback point implemented by the WebsydianExpress administration interface.

When is the callback point called

UserAfterDelete is called immediately after the user has been deleted using the user maintenance in the administration interface.

Please not that this is not called by the APIServer.User.Delete API, it is only an extension to the functionality of the administration interface.

How does the callback point influence later functionality

The callback functions for this callback point has no influence on the later functionality.

Errors returned in *Returned Status are disregarded by the callback point.

Please note that as the user has already been deleted, you can't read the information about the user based on the UserSurrogate or the LoginName that is supplied in the local variable CallbackInput.

Example of use

You can use this callback point to automatically delete relations from WebsydianExpress users to other user registrations when the WebsydianExpress user is deleted using the administration interface.

Abstract callback function

Inherit from Callback.WebServer.UserAfterDelete.AbstractCallbackFunction to create a callback function that can be called by this callback point.

CallbackInput

This local variable contains:

These fields will be populated automatically by the callback function. Use the value of these fields as you would use normal input fields.