Type Method 型メソッド

unresolvedConflictVersionsOfItem(at:)

Returns an array of version objects that are currently in conflict for the specified URL. 指定されたURLに対して現在衝突するバージョンオブジェクトそれらからなる配列を返します。

Declaration 宣言

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

Parameters パラメータ

url

The URL of the file that has associated version objects. バージョンオブジェクトと結び付けられているファイルのURL。

Return Value 戻り値

An array of NSFileVersion objects that represent the versions in conflict or nil if the file at URL does not exist. NSFileVersionオブジェクトそれらからなるある配列、それらは衝突するバージョンまたはURLでのファイルが存在しないならばnilを表します。

See Also 参照

Handling Version Conflicts バージョン衝突を処理する