UIDocument.PresentedSubitemLostVersion(NSUrl, NSFileVersion) 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.
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.