1 override of GetAllInactiveProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
454public 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)
146return Provider.GetAllInactiveProfiles(authenticationOption, userInactiveSinceDate, 0, Int32.MaxValue, out totalRecords); 159return Provider.GetAllInactiveProfiles(authenticationOption, userInactiveSinceDate, pageIndex, pageSize, out totalRecords);