Class NSFileVersionReplacingOptions


  • public final class NSFileVersionReplacingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NSFileVersionReplacingByMoving
      Whether -replaceItemAtURL:options:error: must move the version's contents out of the version store instead of copying it.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NSFileVersionReplacingByMoving

        public static final long NSFileVersionReplacingByMoving
        Whether -replaceItemAtURL:options:error: must move the version's contents out of the version store instead of copying it. This is useful when you want to promote a version's contents to a separate file. You wouldn't use this to restore a version of a file.
        See Also:
        Constant Field Values