NSFileProviderItemCapabilities Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the actions the user can perform within the document browser.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NSFileProviderItemCapabilities
type NSFileProviderItemCapabilities =
- Inheritance
-
NSFileProviderItemCapabilities
- Attributes
Fields
Name | Value | Description |
---|---|---|
ContentEnumerating | 1 | |
Reading | 1 | |
AddingSubItems | 2 | |
Writing | 2 | |
Reparenting | 4 | |
Renaming | 8 | |
Trashing | 16 | |
Deleting | 32 | |
All | 63 |