Return the members matching a sub-query. Please cache results and check when the response is complete

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public NetworkAutocompleteResult NetworkAutocomplete(
	string query
)
Visual Basic (Declaration)
Public Function NetworkAutocomplete ( _
	query As String _
) As NetworkAutocompleteResult
Visual C++
public:
NetworkAutocompleteResult^ NetworkAutocomplete(
	String^ query
)

Parameters

query
Type: System..::.String
Return the member usernames matching this query. The search is case insensitive.

Return Value

An NetworkAutocompleteResult object containing the users matching the query

Remarks

This method encapsulates network.autocomplete "read" permission is necessary to access to network details.

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured.

See Also