UIDocument.AccommodatePresentedSubitemDeletion Method

Definition

Accomodates the presented subitem deletion.

[Foundation.Export("accommodatePresentedSubitemDeletionAtURL:completionHandler:")]
public virtual void AccommodatePresentedSubitemDeletion (Foundation.NSUrl url, Action<Foundation.NSError> completionHandler);
abstract member AccommodatePresentedSubitemDeletion : Foundation.NSUrl * Action<Foundation.NSError> -> unit
override this.AccommodatePresentedSubitemDeletion : Foundation.NSUrl * Action<Foundation.NSError> -> unit

Parameters

url
NSUrl

URL that indicates the location of a document file.

completionHandler
Action<NSError>

A code action that is executed when a save operation comes to a conclusion.

Attributes

Remarks

This can be used from a background thread.

Applies to