1 override of FindInactiveProfilesByUserName
System.Web (1)
Profile\SqlProfileProvider.cs (1)
472public override ProfileInfoCollection FindInactiveProfilesByUserName(ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords)
2 references to FindInactiveProfilesByUserName
System.Web (2)
Profile\ProfileManager.cs (2)
224return Provider.FindInactiveProfilesByUserName(authenticationOption, usernameToMatch, userInactiveSinceDate, 0, Int32.MaxValue, out totalRecords); 254return Provider.FindInactiveProfilesByUserName(authenticationOption, usernameToMatch, userInactiveSinceDate, pageIndex, pageSize, out totalRecords);