Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the client proxy class for the profile service.
Namespace: Sys.Services
Inherits: None
Members
Name |
Description |
---|---|
Initializes a new instance of the Sys.Services.ProfileService class. |
|
Specifies the path of the default profile service. |
|
Contains the profile information. |
|
Loads the specified profile properties. |
|
Saves the specified profile properties. |
|
Gets or sets the default failure callback function. |
|
Sys.Services ProfileService defaultLoadCompletedCallback Property |
Gets or sets the default load-completed callback function. |
Sys.Services ProfileService defaultSaveCompletedCallback Property |
Gets or sets the name of the default save-completed callback function. |
Sys.Services ProfileService defaultSucceededCallback Property |
Gets or sets the default succeeded callback function for the service. |
Gets or sets the default user context for the service. |
|
Gets or sets the profile service path. |
|
Gets or sets the profile service time-out value. |
Remarks
The ProfileService class provides script access to a user's profile information. It calls methods of the profile service through the same infrastructure used to call any other Web service method.
Note
The built-in profile service is located on the server in a predefined location.
The Profile class is a singleton; it has only one instance that provides a global point of access. It is always available to your application and you do not have to instantiate it.
Example
Description
The following example shows how to use the ProfileService class to obtain profile information for the currently authenticated user. For more information, see Using Profile Information with ASP.NET AJAX.
See Also
Concepts
Sys.Services.AuthenticationService Class
Using Profile Information with ASP.NET AJAX