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
Back to PermissionsMBS class.
PermissionsMBS.Access as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS MacOSX Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Only set if you use older API.
Some constants:
AccessOwner | &h80000000 | User is owner of directory |
AccessBlankAccess | &h10000000 | Directory has blank access privileges |
AccessUserWrite | &h04000000 | User has write privileges |
AccessUserRead | &h02000000 | User has read privileges |
AccessUserSearch | &h01000000 | User has search privileges |
AccessEveryoneWrite | &h00040000 | Everyone has write privileges |
AccessEveryoneRead | &h00020000 | Everyone has read privileges |
AccessEveryoneSearch | &h00010000 | Everyone has search privileges |
AccessGroupWrite | &h00000400 | Group has write privileges |
AccessGroupRead | &h00000200 | Group has read privileges |
AccessGroupSearch | &h00000100 | Group has search privileges |
AccessOwnerWrite | &h00000004 | Owner has write privileges |
AccessOwnerRead | &h00000002 | Owner has read privileges |
AccessOwnerSearch | &h00000001 | Owner has search privileges |
PermissionsMBS.GroupID as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS MacOSX Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
constants:
knoGroup | 0 |
PermissionsMBS.Mode as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS MacOSX Plugin | 14.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Only set if you use newer API.
(Read and Write property)
PermissionsMBS.UserID as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS MacOSX Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
e.g. User 501 is normally the first user.
constants:
knoUser | 0, |
kadministratorUser | 1 |
The items on this page are in the following plugins: MBS MacOSX Plugin.