Click or drag to resize

FindUsersRequest Constructor (MatchExpression, String)

See FindUsersRequest(MatchExpression, string, int) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public FindUsersRequest(
	MatchExpression expr,
	string target
)

Parameters

expr
Type: Sfs2X.Entities.MatchMatchExpression
target
Type: SystemString
See Also