UIDocument.PresentedSubitemResolvedConflictVersion Method

Definition

Resolves conflict version of subitem.

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

Parameters

url
NSUrl

URL that indicates the location of a document file.

version
NSFileVersion

conflict NSFileVersion.

Attributes

Remarks

This can be used from a background thread.

Applies to