Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Files | MBS MacOSX Plugin | 18.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Based on NetFS framework in MacOS 10.8 or later.
Constant | Value | Description |
---|---|---|
kNAUIOptionKey | "UIOption" |
One of the keys for open options dictionary.
Suppress authentication dialog UI. |
kNetFSAllowLoopbackKey | "AllowLoopback" |
One of the keys for open options dictionary.
Allow a loopback mount. |
kNetFSAllowSubMountsKey | "AllowSubMounts" |
One of the keys for mount options dictionary.
Allow a mount from a dir beneath the share point. Pass boolean value. |
kNetFSMountAtMountDirKey | "MountAtMountDir" |
One of the keys for mount options dictionary.
Mount on the specified mountpath instead of below it. Note that if kNetFSSoftMountKey isn't set, then it's set to true. |
kNetFSMountFlagsKey | "MountFlags" |
One of the keys for mount options dictionary.
Mount flags. e.g. integer with value 1 for read only. |
kNetFSSoftMountKey | "SoftMount" |
One of the keys for mount options dictionary.
Mount with "soft" failure semantics. Pass boolean with true. |
kNetFSUseGuestKey | "Guest" |
One of the keys for open options dictionary.
Login as a guest user. The value is a string with login name. |
Constant | Value | Description |
---|---|---|
kErrorAccountRestricted | -5999 |
Account is restricted. |
kErrorMissingMountpoint | 2 |
The mount point is missing. |
kErrorNoAuthMethodSupported | -5997 |
No supported auth method found. |
kErrorNoProtocolVersionSupported | -5996 |
No Protocol Version Supported. |
kErrorNoSharesAvailable | -5998 |
No shares available. |
kErrorPasswordNeedsChange | -5045 |
The password needs change. |
kErrorPasswordPolicy | -5046 |
Error with Password policy. |
kErrorUserCanceled | -128 |
User cancelled. |
kNetAuthErrorAlreadyClosed | -6005 |
Already closed. |
kNetAuthErrorGuestNotSupported | -6004 |
Guest login not supported. |
kNetAuthErrorInternal | -6600 |
Internal error. |
kNetAuthErrorMountFailed | -6602 |
Mount failed. |
kNetAuthErrorNoSharesAvailable | -6003 |
No shared available. |
Constant | Value | Description |
---|---|---|
kMountFlagsReadOnly | 1 |
Mount read only. |
Constant | Value | Description |
---|---|---|
kNAUIOptionAllowUI | "AllowUI" |
Allow user interface. |
kNAUIOptionForceUI | "ForceUI" |
Force user interface. |
kNAUIOptionNoUI | "NoUI" |
No user interface. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacOSX Plugin.