[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

Namespace:  Facebook.Web.Security
Assembly:  Facebook.Web (in Facebook.Web.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public override MembershipUserCollection FindUsersByName(
	string usernameToMatch,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic (Declaration)
Public Overrides Function FindUsersByName ( _
	usernameToMatch As String, _
	pageIndex As Integer, _
	pageSize As Integer, _
	<OutAttribute> ByRef totalRecords As Integer _
) As MembershipUserCollection
Visual C++
public:
virtual MembershipUserCollection^ FindUsersByName(
	String^ usernameToMatch, 
	int pageIndex, 
	int pageSize, 
	[OutAttribute] int% totalRecords
) override

Parameters

usernameToMatch
Type: System..::.String

[Missing <param name="usernameToMatch"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

pageIndex
Type: System..::.Int32

[Missing <param name="pageIndex"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

pageSize
Type: System..::.Int32

[Missing <param name="pageSize"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

totalRecords
Type: System..::.Int32 %

[Missing <param name="totalRecords"/> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Web.Security.FacebookMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"]

See Also

FacebookMembershipProvider Class
Facebook.Web.Security Namespace