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 |
---|---|---|
System. |
portalItems | The portal item to move. |
Portal |
toFolder | The folder to move the portal item to ( |
Returns
Type | Description |
---|---|
System. |
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 - 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 |
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 |
---|---|---|
System. |
portalItems | The portal item to move. |
Portal |
toFolder | The folder to move the portal item to ( |
System. |
cancellationToken | A System. |
Returns
Type | Description |
---|---|
System. |
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 - 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 |