ProfilesWebService Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The ProfilesWebService class provides web-service based access to the Commerce Server profile management functionality.
The ProfilesWebService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfilesWebService | Initializes a new instance of the ProfilesWebService class. |
Top
Methods
Name | Description | |
---|---|---|
CreateProfile | Creates a new profile instance in the profile system. | |
CreateSiteTerm | Creates a new SiteTerm in the profile system. | |
DeleteProfile | Deletes a profile instance in the profile system. | |
DeleteSiteTerm | Deletes an existing SiteTerm from the profile system. | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
ExecuteSearch | Searches for an entity in the profiles system based on the input parameters. | |
Finalize | (Inherited from MarshalByValueComponent.) | |
GetAllProfileDefinitionNames | Retrieves the names of all profile definitions that the caller is authorized to view. | |
GetAllProfileDefinitions | Retrieves XML representing all profile definitions that the caller is authorized to view. | |
GetAllSiteTerms | Retrieves XML representing all SiteTerms in the profile system. | |
GetAuthorizedProfileDefinitionNames | Returns a list of profile definitions names against which the caller is authorized to perform specific operations. | |
GetAuthorizedTasks | Returns the set of tasks that the calling user is authorized to perform. | |
GetHashCode | (Inherited from Object.) | |
GetMultipleProfiles | Retrieves the XML representing multiple profile instances in the profile system. | |
GetProfile | Retrieves the XML representing a profile instance in the profile system. | |
GetProfileDefinition | Retrieves XML representing a specific profile definition. | |
GetProfilePresentationInfo | Retrieves XML representing how profiles in the profile system should be displayed for the specified culture. | |
GetSearchableEntities | Retrieves information about what profiles and properties can be searched in the profile system. | |
GetSearchResultsLimit | Gets the maximum number of records that can be returned by a search operation. | |
GetService | (Inherited from MarshalByValueComponent.) | |
GetServiceVersion | Retrieves the version of the profiles web service. | |
GetSiteTerm | Retrieves the XML representing a single SiteTerm in the profile system. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PropagateOrLogException | Serialize the exception into a SoapException node and throw an error. Server exceptions also get logged to the application event log. | |
RefreshAllProfilesInCache | Forces the entire profile cache on all runtime servers registered with the current site to be re-created. | |
RefreshProfileInCache | Forces a single profile instance cache refresh on all runtime servers registered with the current site. | |
ToString | (Inherited from MarshalByValueComponent.) | |
UpdateProfile | Updates an existing profile instance in the profile system. | |
UpdateSiteTerm | Updates an existing SiteTerm in the profile system. |
Top
Properties
Name | Description | |
---|---|---|
Application | (Inherited from WebService.) | |
AuthorizationEnabled | Gets a flag indicating whether the authorization checks are enabled on the web service. | |
AuthorizationPolicyPath | Gets the full path to the authorization policy file being used by the web service. | |
Container | (Inherited from MarshalByValueComponent.) | |
Context | (Inherited from WebService.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
Events | (Inherited from MarshalByValueComponent.) | |
Server | (Inherited from WebService.) | |
Session | (Inherited from WebService.) | |
Site | (Inherited from MarshalByValueComponent.) | |
SoapVersion | (Inherited from WebService.) | |
User | (Inherited from WebService.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from MarshalByValueComponent.) |
Top