NSFileVersion.GetSpecificVersion(NSUrl, NSObject) 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.
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