Method GetGroupUsersAsync
GetGroupUsersAsync()
Gets the users, owner, and administrators of the group.
Declaration
public Task<PortalGroupUsers> GetGroupUsersAsync()
Returns
Type | Description |
---|---|
System. |
The task object representing the asynchronous get group users operation.
The value of the task result is a Portal |
Remarks
This Method obtains a 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 a group that has a Portal
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 |
GetGroupUsersAsync(CancellationToken)
Gets the users, owner, and administrators of the group.
Declaration
public Task<PortalGroupUsers> GetGroupUsersAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System. |
cancellationToken | Token that may be used to cancel the async operation. |
Returns
Type | Description |
---|---|
System. |
The task object representing the asynchronous get group users operation.
The value of the task result is a Portal |
Remarks
This Method obtains a 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 a group that has a Portal
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 |