MonobjcMonobjc Documented Class Library
NSWorkspaceRecycleOperation Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceRecycleOperation

Move file to trash. The file is moved to the trash folder on the volume containing the file using the same semantics as NSWorkspaceMoveOperation. If a file with the same name currently exists in the trash folder, the new file is renamed. If no trash folder exists on the volume containing the file, the operation fails.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSWorkspaceRecycleOperation
Public Shared ReadOnly NSWorkspaceRecycleOperation As NSString
public:
static initonly NSString^ NSWorkspaceRecycleOperation
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)