PrepareDeleteAction - Solution Sites Routine
This sub prepares for the call to the function htmDeleteActionHandler by initializing the values of the last two parameters.
Definition
Sub PrepareDeleteAction(
byVal sSubAction,
byVal sProfileIDs,
byRef sProfileListPage,
byRef iProfileCount)
Defined in File
services\include\edit_handlers.asp
Routines Called
Called By
Remarks
If the sSubAction parameter is set to MSGBOX_ACTION_YES, the sub DeleteSelectedProfiles is called to delete the profiles specified by the sProfileIDs parameter.
Copyright © 2005 Microsoft Corporation.
All rights reserved.