func presentedItemDidLose (NSFileVersion)
Tells the delegate that a version of the file or file package was removed.
ファイルまたはファイルパーケージのあるバージョンが取り除かれたことを、委任先に伝えます。
func presentedItemDidResolveConflict (NSFileVersion)
Tells the delegate that some other entity resolved a version conflict for the presenter’s file or file package.
何らかの他の登録項目がプレゼンタの持つファイルまたはファイルパッケージに対する衝突を解決したことを、委任先に伝えます。
func presentedSubitem (at: URL, didGain : NSFileVersion)
Tells the delegate that the item inside the presented directory gained a new version.
提示されたディレクトリ内の項目が新しいバージョンを獲得したことを、委任先に伝えます。
func presentedSubitem (at: URL, didLose : NSFileVersion)
Tells the delegate that the item inside the presented directory lost an existing version.
提示されたディレクトリ内の項目が既存のバージョンを失ったことを、委任先に伝えます。
func presentedSubitem (at: URL, didResolve : NSFileVersion)
Tells the delegate that the item inside the presented directory had a version conflict resolved by an outside entity.
提示されたディレクトリ内の項目がバージョン衝突を外部登録項目によって解決したことを、委任先に伝えます。