NSFileVersion.GetSpecificVersion(NSUrl, NSObject) Method

Definition

The NSFileVersion of the file at URL with the specified persistentIdentifier. Returns null if the file or persistentIdentifier does not exist.

[Foundation.Export("versionOfItemAtURL:forPersistentIdentifier:")]
public static Foundation.NSFileVersion GetSpecificVersion (Foundation.NSUrl url, Foundation.NSObject persistentIdentifier);
static member GetSpecificVersion : Foundation.NSUrl * Foundation.NSObject -> Foundation.NSFileVersion

Parameters

url
NSUrl
persistentIdentifier
NSObject

Returns

Attributes

Applies to