bInsertProfileDetails - Solution Sites Routine

This function inserts property values into an empty profile.

Definition

Function bInsertProfileDetails(
  byVal sSubAction,
  byRef sStatusField,
  byRef sStatusID,
  byVal rsProfiles,
  byVal sProfileIDs)

Parameters

  • sSubAction
    A string containing the subaction (add or copy).
  • sStatusField
    A string containing the status field code.
  • sStatusID
    A string containing the status ID code.
  • rsProfiles
    A Recordset object containing a profile.
  • sProfileIDs
    A string containing profile IDs separated by the constant PROFILE_ID_SEPARATOR.

Return Value

A Boolean indicating whether the property values were successfully added. True indicates success. False indicates failure.

Defined in File

services\include\save_one_profile.asp

Routines Called

bHandlePaintingACLsForUsersInAD

bInsertProperty

DeleteSingleProfile

listCloneProfileSchema

SaveSAMAccountNameProperty

SaveUserAccountControlProperty

SaveUserParentDNProperty

SaveUserPartnerDeskRoleProperty

sGetThisPageProperty

Called By

bInsertProfile

Copyright © 2005 Microsoft Corporation.
All rights reserved.