NSFileVersion.GetUnresolvedConflictVersions(NSUrl) 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.
An array of NSFileVersion objects that are currently in conflict. Returns null if the file does not exist.
[Foundation.Export("unresolvedConflictVersionsOfItemAtURL:")]
public static Foundation.NSFileVersion[] GetUnresolvedConflictVersions (Foundation.NSUrl url);
static member GetUnresolvedConflictVersions : Foundation.NSUrl -> Foundation.NSFileVersion[]
Parameters
- url
- NSUrl
Returns
- Attributes