UIDocument.PresentedSubitemGainedVersion(NSUrl, NSFileVersion) Method

Definition

Presents gained version of subitem.

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

Parameters

url
NSUrl

URL that indicates the location of a document file.

version
NSFileVersion

Gained NSFileVersion.

Attributes

Remarks

This can be used from a background thread.

Applies to