ProfileContext Methods (BCL)

Public Instance Methods

Method Description
CreateProfile(Int32, String) Creates a new profile object instance with the specified primary key value (as an integer) and profile definition.
CreateProfile(String, String) Creates a new profile object instance with the specified primary key value (as a string) and profile definition.
CreateProfile(String, String, String, ProfileXmlFormat) Creates a new profile object instance with the specified primary key value (as a string), profile definition, XML string describing the initial state of the profile object, and the XML format type.
DeleteProfile(Int32, String) Deletes the specified profile object.
DeleteProfile(String, String) Deletes the specified profile object.
DeleteProfile(String, Int32, String) Deletes the specified profile object.
DeleteProfile(String, String, String) Deletes the specified profile object.
Dispose Releases the resources used by this object.
GetProfile(Int32, String) Retrieves the specified profile object.
GetProfile(String, String) Retrieves the specified profile object.
GetProfile(String, Int32, String) Retrieves the specified profile object.
GetProfile(String, String, String) Retrieves the specified profile object.
GetSiteTerm(String) Initializes the SiteTerms collection and returns the specified SiteTerm.

 

See Also

Code to Build a Login Page

Code to Create and Set Profile Properties

Code to Retrieve and Display Profile Properties

Code to Use the SiteTerm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.