1 override of GetAllInactiveProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
454
public override ProfileInfoCollection
GetAllInactiveProfiles
(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
2 references to GetAllInactiveProfiles
System.Web (2)
Profile\ProfileManager.cs (2)
146
return Provider.
GetAllInactiveProfiles
(authenticationOption, userInactiveSinceDate, 0, Int32.MaxValue, out totalRecords);
159
return Provider.
GetAllInactiveProfiles
(authenticationOption, userInactiveSinceDate, pageIndex, pageSize, out totalRecords);