Aracılığıyla paylaş


ClientWindowsAuthenticationMembershipProvider.FindUsersByEmail Yöntem

Tanım

Bu yöntem bu sınıf tarafından kullanılmaz.

public:
 override System::Web::Security::MembershipUserCollection ^ FindUsersByEmail(System::String ^ emailToMatch, int pageIndex, int pageSize, [Runtime::InteropServices::Out] int % totalRecords);
public override System.Web.Security.MembershipUserCollection FindUsersByEmail (string emailToMatch, int pageIndex, int pageSize, out int totalRecords);
override this.FindUsersByEmail : string * int * int * int -> System.Web.Security.MembershipUserCollection
Public Overrides Function FindUsersByEmail (emailToMatch As String, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer) As MembershipUserCollection

Parametreler

emailToMatch
String

Kullanılmadı.

pageIndex
Int32

Kullanılmadı.

pageSize
Int32

Kullanılmadı.

totalRecords
Int32

Kullanılmadı.

Döndürülenler

Geçerli değildir. Bu yöntem her zaman bir özel durum oluşturur.

Özel durumlar

Her zaman oluşturulur.

Şunlara uygulanır

Ayrıca bkz.