UIDocument.PresentedSubitemResolvedConflictVersion 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.
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.