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

GetAllProfiles() public static method

public static GetAllProfiles ( ProfileAuthenticationOption authenticationOption ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
return System.Web.Profile.ProfileInfoCollection
		public static ProfileInfoCollection GetAllProfiles (ProfileAuthenticationOption authenticationOption)
		{
			int totalRecords = 0;
			return Provider.GetAllProfiles (authenticationOption, 0, int.MaxValue, out totalRecords);
		}

Same methods

ProfileManager::GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection