System.Web.Profile.ProfileManager.DeleteInactiveProfiles C# (CSharp) Method

DeleteInactiveProfiles() public static method

public static DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
return int
		public static int DeleteInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
		{
			return Provider.DeleteInactiveProfiles (authenticationOption, userInactiveSinceDate);
		}