CreateProfile Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Create a new Profile object instance.
Overload List
Name | Description | |
---|---|---|
CreateProfile(Int32, String) | Use this method to create a new Profile object instance with the specified primary key value (as an integer) and profile definition. | |
CreateProfile(String, String) | Use this method to create a new Profile object instance with the specified primary key value (as a string) and profile definition. | |
CreateProfile(String, String, String, ProfileXmlFormat) | Use this method to create 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. |
Top