UIDocument.AccommodatePresentedSubitemDeletion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A code action that is executed when a save operation comes to a conclusion.
- Attributes
Remarks
This can be used from a background thread.