System.Web.Profile.ProfileInfoCollection Class

A collection of System.Web.Profile.ProfileInfo objects.

See Also: ProfileInfoCollection Members

Syntax

public sealed class ProfileInfoCollection : ICollection

Remarks

A System.Web.Profile.ProfileInfoCollection object contains System.Web.Profile.ProfileInfo objects that represent user profiles from a data source. A System.Web.Profile.ProfileInfoCollection is returned from the ProfileProvider.GetAllProfiles(ProfileAuthenticationOption, int, int, Int32@), ProfileProvider.GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, Int32@), ProfileProvider.FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, Int32@), and ProfileProvider.FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, Int32@) methods of a System.Web.Profile.ProfileProvider.

A System.Web.Profile.ProfileInfoCollection can be supplied to the ProfileProvider.DeleteProfiles(ProfileInfoCollection) method to delete profile information and properties from the data source.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0