Пример #1
0
        public ProfileInfoCollection GetAllProfiles(string applicationName, ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
        {
            _Provider.ApplicationName = _ApplicationName;

            return(_Provider.GetAllProfiles(authenticationOption, pageIndex, pageSize, out totalRecords));
        }