Sdílet prostřednictvím


ClientFormsAuthenticationMembershipProvider.FindUsersByEmail Metoda

Definice

Tato metoda není používána touto třídou.

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

Parametry

emailToMatch
String

Nepoužívá se.

pageIndex
Int32

Nepoužívá se.

pageSize
Int32

Nepoužívá se.

totalRecords
Int32

Nepoužívá se.

Návraty

Neužívá se. Tato metoda vždy vyvolá výjimku.

Výjimky

Vždy vyvolána.

Platí pro

Viz také