FSMountOptions 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.
Mount options to be requested from FSKit using the RequestedMountOptions property.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Native]
[System.Flags]
public enum FSMountOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type FSMountOptions =
- Inheritance
-
FSMountOptions
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| ReadOnly | 1 | An option to request a read-only mount. |