---
title: "unresolvedConflictVersionsOfItem(at:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nsfileversion/unresolvedconflictversionsofitem(at:)"
---

# unresolvedConflictVersionsOfItem(at:)

Returns an array of version objects that are currently in conflict for the specified URL.

## Declaration

```swift
class func unresolvedConflictVersionsOfItem(at url: URL) -> [NSFileVersion]?
```

## Parameters

- `url`: The URL of the file that has associated version objects.

## Return Value

Return Value An array of NSFileVersion objects that represent the versions in conflict or nil if the file at URL does not exist.

## See Also

### Handling Version Conflicts

- [isConflict](foundation/nsfileversion/isconflict.md)
- [isResolved](foundation/nsfileversion/isresolved.md)
