PrepareEditAction - Solution Sites Routine

This sub prepares for the call to the function htmEditAction by initializing the values of the last two parameters.

Definition

Sub PrepareEditAction(
  byVal sSubAction,
  byVal sProfileIDs,
  byRef iProfileCount,
  byRef listProfileSchema)

Defined in File

services\include\edit_handlers.asp

Routines Called

iGetCountOfProfiles

listCloneProfileSchema

Called By

htmEditPageActionHandlers

Main (services\customer\account.asp)

Main (services\partner\account.asp)

Remarks

The listProfileSchema parameter is only initialized if the iProfileCount parameter is initialized to a value greater than zero (0).

Copyright © 2005 Microsoft Corporation.
All rights reserved.