Platforms to show: All Mac Windows Linux Cross-Platform
MDItemMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Spotlight | MBS MacOSX Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available in Mac OS X version 10.4 and later.
- 6 properties
- 9 methods
- method AttributeBoolean(name as string) as boolean
- method AttributeDouble(name as string) as Double
- method AttributeNames as string()
- method AttributeString(name as string) as string
- method AttributeStringArray(name as string) as string()
- method Constructor(path as folderitem)
- method GetAttribute(name as string) as Variant
- method GetAttributes as dictionary
- method GetAttributes(names() as string) as dictionary
- 5 shared methods
- shared method AllAttributes as string()
- shared method AttributeMultiValued(name as string) as boolean
- shared method AttributeType(name as string) as string
- shared method DisplayDescriptionForAttribute(name as string) as string
- shared method DisplayNameForAttribute(name as string) as string
- 169 constants as shared methods
This class has no sub classes.
Blog Entries
- Query URL from downloaded file
- MBS Xojo / Real Studio Plugins, version 15.1pr8
- MBS Real Studio Plugins, version 12.3pr3
- MBS Plugins 11.1 Release notes
- MBS Real Studio Plugins, version 11.1pr7
- MBS REALbasic plug-in 9.6
Some methods using this class:
- MDQueryMBS.IndexOfResult(it as MDItemMBS) as Integer
- MDQueryMBS.ResultAtIndex(index as Integer) as MDItemMBS
- MDQueryMBS.Results(limit as Integer = -1) as MDItemMBS()
Some events using this class:
- MDQueryMBS.Progress(AddedItems() as MDItemMBS, ChangedItems() as MDItemMBS, RemovedItems() as MDItemMBS)
- MDQueryMBS.Update(AddedItems() as MDItemMBS, ChangedItems() as MDItemMBS, RemovedItems() as MDItemMBS)
Some examples using this class:
- /DynaPDF/Raster/Search and show PDF files
- /MacOSX/Show DateAdded with Spotlight
- /MacOSX/Spotlight/Find REALbasic Projects
- /MacOSX/Spotlight/MDItem
- /MacOSX/Spotlight/Query
- /MacOSX/Spotlight/Query with attributes
- /MacOSX/Spotlight/Search all applications
- /MacOSX/Spotlight/Search all applications in applications folder
- /MacOSX/Spotlight/Search all disc images
- /MacOSX/Spotlight/Search REALbasic
Some related classes:
The items on this page are in the following plugins: MBS MacOSX Plugin.
MD5DigestMBS - MDQueryBatchingParamsMBS