1 override of GetAllProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
446
public override ProfileInfoCollection
GetAllProfiles
(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
2 references to GetAllProfiles
System.Web (2)
Profile\ProfileManager.cs (2)
123
return Provider.
GetAllProfiles
(authenticationOption, 0, Int32.MaxValue, out totalRecords);
135
return Provider.
GetAllProfiles
(authenticationOption, pageIndex, pageSize, out totalRecords);