Package apple.foundation.enums
Class NSFileVersionReplacingOptions
- java.lang.Object
-
- apple.foundation.enums.NSFileVersionReplacingOptions
-
public final class NSFileVersionReplacingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNSFileVersionReplacingByMovingWhether -replaceItemAtURL:options:error: must move the version's contents out of the version store instead of copying it.
-
-
-
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
-
-