MonobjcMonobjc Documented Class Library
NSFileManagerItemReplacementOptions Enumeration
NamespacesMonobjc.FoundationNSFileManagerItemReplacementOptions

The constants specify the replacement behavior in NSFileManagerItemReplacementWithoutDeletingBackupItem.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSFileManagerItemReplacementOptions
Public Enumeration NSFileManagerItemReplacementOptions
public enum class NSFileManagerItemReplacementOptions
Members
MemberDescription
NSFileManagerItemReplacementUsingNewMetadataOnly

Causes NSFileManagerItemReplacementWithoutDeletingBackupItem to use metadata from the new item only and not to attempt to preserve metadata from the original item.

Available in Mac OS X v10.6 and later.


NSFileManagerItemReplacementWithoutDeletingBackupItem

Causes NSFileManagerItemReplacementWithoutDeletingBackupItem to leave the backup item in place after a successful replacement. The default behavior is to remove the item.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)