Type Method
型メソッド
unresolvedConflictVersionsOfItemAtURL:
Returns an array of version objects that are currently in conflict for the specified URL.
指定されたURLに対して現在衝突するバージョンオブジェクトそれらからなる配列を返します。
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
バージョン衝突を処理する
conflict
A Boolean value indicating whether the contents of the version are in conflict with the contents of another version.
あるブール値、それはバージョンの内容が別のバージョンの内容と衝突しているかどうかを指し示します。
resolved
A Boolean value that indicates the version object is not in conflict (YES
) or is in conflict (NO
).
あるブール値、それはバージョンオブジェクトが衝突しない(YES
)または衝突する(NO
)ことを指し示します。