Visual Guard Class Library Documentation

VGMembership.FindUsersByEmail Method

Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.

Overload List

Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.

public static VGMembershipUserCollection FindUsersByEmail(String);

Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match.

public static VGMembershipUserCollection FindUsersByEmail(String,Int32,Int32,out Int32&);

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace