Method UnshareGroupsAsync
UnshareGroupsAsync(IEnumerable<PortalGroup>)
Stops sharing this PortalItem with the specified list of Portal
Declaration
public Task<IEnumerable<PortalGroup>> UnshareGroupsAsync(IEnumerable<PortalGroup> groups)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Portal |
groups | The collection of Portal |
Returns
Type | Description |
---|---|
Task<IEnumerable<Portal |
The task object representing the asynchronous unshare operation.
The value of the task result is a collection of Portal |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
UnshareGroupsAsync(IEnumerable<PortalGroup>, CancellationToken)
Stops sharing this PortalItem with the specified list of Portal
Declaration
public async Task<IEnumerable<PortalGroup>> UnshareGroupsAsync(IEnumerable<PortalGroup> groups, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Portal |
groups | The collection of Portal |
Cancellation |
cancellationToken | A |
Returns
Type | Description |
---|---|
Task<IEnumerable<Portal |
The task object representing the asynchronous unshare operation.
The value of the task result is a collection of Portal |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |