UIDocument.PresentedSubitemLostVersion(NSUrl, NSFileVersion) Method

Definition

Presents lost version of file.

[Foundation.Export("presentedSubitemAtURL:didLoseVersion:")]
public virtual void PresentedSubitemLostVersion (Foundation.NSUrl url, Foundation.NSFileVersion version);
abstract member PresentedSubitemLostVersion : Foundation.NSUrl * Foundation.NSFileVersion -> unit
override this.PresentedSubitemLostVersion : Foundation.NSUrl * Foundation.NSFileVersion -> unit

Parameters

url
NSUrl

URL that indicates the location of a document file.

version
NSFileVersion

lost NSFileVersion of subitem.

Attributes

Remarks

This can be used from a background thread.

Applies to