ProfileManagementContext Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class is used to talk to the UPM Web Service.
The ProfileManagementContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new instance of the ProfileManagementContext class using the specified Profiles Web Service URL, Uri, or ProfilesServiceAgent. | |
CreateProfile | Creates a new profile instance in the profile system. | |
CreateSiteTerm | Creates a new site term in the server. | |
DeleteProfile | Deletes a profile instance from the server. | |
DeleteSiteTerm | Deletes a site term from the server. | |
Equals | (Inherited from Object.) | |
ExecuteSearch | Searches for an entity in the profiles system based on the input parameters. | |
Finalize | (Inherited from Object.) | |
GetAllProfileDefinitionNames | Retrieves the names of all the profile definitions on the server. | |
GetAllProfileDefinitions | Retrieves all of the profile definitions on the server. | |
GetAllSiteTerms | Retrieves all site terms from the server. | |
GetAuthorizedProfileDefinitionNames | Returns a list of profile definitions names against which the caller is authorized to perform specific operations. | |
GetAuthorizedTasks | Returns a data set that describes the tasks that the current user is authorized to perform. | |
GetHashCode | (Inherited from Object.) | |
GetMultipleProfiles | Retrieves multiple profiles from the server. | |
GetProfile | Retrieves a specified profile from the server. | |
GetProfileDefinition | Retrieves a profile definition from the server. | |
GetProfilePresentationInfo | Retrieves XML representing how profiles in the profile system should be displayed for the specified culture. | |
GetSearchableEntities | Retrieves the list of entities that can be searched. | |
GetSearchClauseFactory | Overloaded. Creates a new validating SearchClauseFactory object that can be used to build search clauses for the profile system. | |
GetServiceVersion | Retrieves the version of the profiles web service. | |
GetSiteTerm | Retrieves a single site term from the server. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshProfileCache | Overloaded. Forces a single or multiple profile instance cache refresh on all runtime servers registered with the current site. | |
ToString | (Inherited from Object.) | |
UpdateProfile | Updates a profile on the server. | |
UpdateSiteTerm | Updates a site term in the server. |
Top
Properties
Name | Description | |
---|---|---|
SearchResultsLimit | Gets the maximum number of records that can be returned from a search operation. |
Top