Click or drag to resize

SFSEventUSER_FIND_RESULT Field

Dispatched when a users search is completed

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string USER_FIND_RESULT

Field Value

Type: String
Remarks
This event is fired in response to the FindUsersRequest request to return the search result.

The Params object contains the following parameters:

ParameterDescription
rooms(List<User>) A list of objects representing the users matching the search criteria. If no user is found, the list is empty.
Examples
See the FindUsersRequest example.
See Also