Online documentation - WebsydianExpress v3.0 |
Site specific callback point implemented by the WebsydianExpress administration interface.
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.
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.
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.
Inherit from Callback.WebServer.UserAfterDelete.AbstractCallbackFunction to create a callback function that can be called by this callback point.
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.