NSFileProviderExtension.UntrashItem Method

Definition

When implemented by the developer, restores the identified item from the trash.

[Foundation.Export("untrashItemWithIdentifier:toParentItemIdentifier:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UntrashItem (string itemIdentifier, string parentItemIdentifier, Action<FileProvider.INSFileProviderItem,Foundation.NSError> completionHandler);
abstract member UntrashItem : string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit
override this.UntrashItem : string * string * Action<FileProvider.INSFileProviderItem, Foundation.NSError> -> unit

Parameters

itemIdentifier
String

The persistent identifier for the item.

parentItemIdentifier
String

The parent directory's persistent identifier.

This parameter can be null.

completionHandler
Action<INSFileProviderItem,NSError>

A handler to run after the operation completes.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to