Share via


Profiles Initialization Routines

include\global_profile_lib.asp

The following profiles initialization routines are defined in this file:

  • AddGroupAndPropertySchemas
    This sub recursively adds all group and property definitions for a profile to a flat list of Dictionary objects contained in a SimpleList object.
  • dictGetProfileSchemaForAllProfileTypes
    This function returns a Dictionary object containing the schema for all profile types.
  • InitAuthManager
    This function creates an AuthManager object and returns a reference to it.
  • InitProfileService
    This function creates and initializes a ProfileService object, and returns a reference to it.
  • listGetProfileSchema
    This function creates and returns a SimpleList object of Dictionary objects that represent the schema specified by the parameters.
  • oGetOpenConnectionObject
    This function creates an ADO Connection object and returns a reference to it, opening a connection to the Commerce Server OLEDB Provider before returning.
  • oGetProfile
    This function returns an XML DOMDocument object that contains the profile specified by the sProfileName parameter.

Copyright © 2005 Microsoft Corporation.
All rights reserved.