NSFileVersion.GetOtherVersions(NSUrl) Method

Definition

All versions except the current version of the file at the specified URL. Returns null if the file does not exist.

[Foundation.Export("otherVersionsOfItemAtURL:")]
public static Foundation.NSFileVersion[] GetOtherVersions (Foundation.NSUrl url);
static member GetOtherVersions : Foundation.NSUrl -> Foundation.NSFileVersion[]

Parameters

url
NSUrl

Returns

Attributes

Applies to