Method MovePortalItemsAsync
MovePortalItemsAsync(IEnumerable<PortalItem>, PortalFolder)
Moves the given portal items to the specified folder asynchronously. Available to the item's owner and the administrator of the organization to which the owner belongs.
Declaration
public Task<IReadOnlyDictionary<string, string>> MovePortalItemsAsync(IEnumerable<PortalItem> portalItems, PortalFolder toFolder)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<PortalItem> | portalItems | The portal item to move. |
| PortalFolder | toFolder | The folder to move the portal item to ( |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>> | A task that represents the asynchronous move operation. If errors are encountered, the Task.Result property contains a dictionary of error messages keyed by item id. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.14 |
MovePortalItemsAsync(IEnumerable<PortalItem>, PortalFolder, CancellationToken)
Moves the given portal items to the specified folder asynchronously. Available to the item's owner and the administrator of the organization to which the owner belongs.
Declaration
public async Task<IReadOnlyDictionary<string, string>> MovePortalItemsAsync(IEnumerable<PortalItem> portalItems, PortalFolder toFolder, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<PortalItem> | portalItems | The portal item to move. |
| PortalFolder | toFolder | The folder to move the portal item to ( |
| CancellationToken | cancellationToken | A CancellationToken with which to cancel the operation if required. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>> | A task that represents the asynchronous move operation. If errors are encountered, the Task.Result property contains a dictionary of error messages keyed by item id. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.14 |