This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class ProfileProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ProfileProvider |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ProfileProvider |
Public Methods
Name | Description | |
---|---|---|
DeleteInactiveProfiles |
When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date.
(Overrides ProfileProvider..::DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime).) |
|
DeleteProfiles | Overloaded. | |
Equals | (Inherited from Object.) | |
FindInactiveProfilesByUserName |
When overridden in a derived class, retrieves profile information for profiles in which the last activity date occurred on or before the specified date and the user name matches the specified user name.
(Overrides ProfileProvider..::FindInactiveProfilesByUserName(ProfileAuthenticationOption, String, DateTime, Int32, Int32, Int32%).) |
|
FindProfilesByUserName |
When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names.
(Overrides ProfileProvider..::FindProfilesByUserName(ProfileAuthenticationOption, String, Int32, Int32, Int32%).) |
|
GetAllInactiveProfiles |
When overridden in a derived class, retrieves user-profile data from the data source for profiles in which the last activity date occurred on or before the specified date.
(Overrides ProfileProvider..::GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32%).) |
|
GetAllProfiles |
When overridden in a derived class, retrieves user profile data for all profiles in the data source.
(Overrides ProfileProvider..::GetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32%).) |
|
GetHashCode | (Inherited from Object.) | |
GetNumberOfInactiveProfiles |
When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date.
(Overrides ProfileProvider..::GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime).) |
|
GetPropertyValues | Overloaded. | |
GetType | (Inherited from Object.) | |
Initialize | ||
SetPropertyValues | Overloaded. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ApplicationName |
Gets or sets the name of the currently running application.
(Overrides SettingsProvider..::ApplicationName.) |
|
Description | (Inherited from ProviderBase.) | |
Name | (Inherited from ProviderBase.) |
See Also
Smartsite.Core Namespace