Method FindUsersAsync
FindUsersAsync(PortalQueryParameters)
Finds portal users that match the query parameters specified.
Declaration
public Task<PortalQueryResultSet<PortalUser>> FindUsersAsync(PortalQueryParameters queryParams)
Parameters
Type | Name | Description |
---|---|---|
Portal |
queryParams | The search parameters. |
Returns
Type | Description |
---|---|
System. |
The task object representing the asynchronous search users operation. |
Remarks
This method obtains a PortalQueryResultSet<T> object that contains Portal
Portal
You do not have to be a logged in user to get information from this method. You can gain this information from anonymous
access. However, to obtain information about users in your organization that have a Portal
NOTE: While the Find
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
FindUsersAsync(PortalQueryParameters, CancellationToken)
Finds portal users that match the query parameters specified.
Declaration
public async Task<PortalQueryResultSet<PortalUser>> FindUsersAsync(PortalQueryParameters queryParams, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Portal |
queryParams | The search parameters. |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
The task object representing the asynchronous search users operation. |
Remarks
This method obtains a PortalQueryResultSet<T> object that contains Portal
Portal
You do not have to be a logged in user to get information from this method. You can gain this information from anonymous
access. However, to obtain information about users in your organization that have a Portal
NOTE: While the Find
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |