Profile Class (BCL)

Creates an abstraction for the profile object Primary Interop Assembly (PIA) type.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Profiles.Profile

Public Instance Methods

Method Description
Dispose Releases resources used by this object.
GetXml(ProfileXmlRetrieve, ProfileXmlFormat) Retrieves the XML representation for this profile object in the specified format.
Refresh Reloads the object from the underlying stores.
Update Persists the state of the object to the underlying stores.
Update(String, ProfileXmlFormat) Updates the profile object with the property values specified in the xmlData parameter.

 

Public Instance Properties

Property Description
Item(String) Retrieves ProfileProperty instance by name.
Properties Retrieves the property collection on this profile object.
PropertyGroups Retrieves the property groups collection on this profile object.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

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.