| RuyiNetFriendServiceFindUsersBySubstrName Method |
[This is preliminary documentation and is subject to change.]
Attempts to find users with names containing the substring.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void FindUsersBySubstrName(
int index,
string substring,
int maxResults,
Action<RuyiNetFriendSummaryData[]> callback
)
Parameters
- index
- Type: SystemInt32
The index of user. - substring
- Type: SystemString
The substring to search for. - maxResults
- Type: SystemInt32
The maximum number of results to return. - callback
- Type: SystemActionRuyiNetFriendSummaryData
The function to call when the task completes.
See Also