Type Method 型メソッド

otherVersionsOfItem(at:)

Returns all versions of the specified file except the current version. 現在のバージョンを除いてその指定されたバージョンの全てのバージョンを返します。

Declaration 宣言

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

Parameters パラメータ

url

The URL of the file whose versions you want. このURLのファイルのバージョンそれらをあなたは望みます。

Return Value 戻り値

An array of file version objects or nil if there is no such file. The array does not contain the version object returned by the currentVersionOfItem(at:) method. ファイルバージョンオブジェクトそれらからなる配列またはそのようなファイルがないならばnil。配列は、currentVersionOfItem(at:)メソッドによって返されるバージョンオブジェクトを含みません。

Discussion 議論

For locally based files, this property typically contains versions of the file that you saved explicitly or that were saved at appropriate times while the file was being edited. For documents residing in the cloud, this property typically returns zero or more file versions representing conflicting versions of a file that need to be resolved with the current version. ローカルに基盤を置くファイルに対して、このプロパティは概してあなたが明示的に保存した、またはファイルが編集されていた間に適時に保存されたファイルのバージョンを含みます。クラウドに帰する書類に対して、このプロパティは概してあるファイルの衝突バージョンを表している0個以上のファイルバージョンを返します、それは現在のバージョンをつかって解決される必要があるものです。

See Also 参照

Getting the Version of a File ファイルのバージョンを得る