public final class NSFileProviderItemCapabilities
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AddingSubItems
Indicates that items can be imported to the folder.
|
static long |
All
Indicates that the folder can be enumerated.
|
static long |
ContentEnumerating
Indicates that the folder can be enumerated.
|
static long |
Deleting
Indicates that the item can be deleted
|
static long |
Reading
Indicates that the file can be opened for reading.
|
static long |
Renaming
Indicates that the item can be renamed
|
static long |
Reparenting
Indicates that the item can be moved to another folder
|
static long |
Trashing
Indicates that the item can be moved to the trash
|
static long |
Writing
Indicates that the file can be opened for writing.
|
public static final long Reading
public static final long Writing
public static final long Reparenting
public static final long Renaming
public static final long Trashing
public static final long Deleting
public static final long AddingSubItems
public static final long ContentEnumerating
public static final long All