Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries the search scopes.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MetaDataQuery | 8.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Query | The reference number of the query. | $query |
Returns OK or error.
Key | Description |
UserHomeScope | Search the user’s home directory. |
LocalComputerScope | Search all local mounted volumes, including the user home directory. The user’s home directory is searched even if it is a remote volume. |
NetworkScope | Search all user-mounted remote volumes. |
UbiquitousDocumentsScope | Search all files in the Documents directories of the app’s iCloud container directories. |
UbiquitousDataScope | Search all files not in the Documents directories of the app’s iCloud container directories. |
AccessibleUbiquitousExternalDocumentsScope | Search for documents outside the app’s container. This search can locate iCloud documents that the user previously opened using a document picker view controller. This lets your app access the documents again without requiring direct user interaction. |
IndexedLocalComputerScope | Search all indexed local mounted volumes including the current user’s home directory (even if the home directory is remote). |
IndexedNetworkScope | Search all indexed user-mounted remote volumes. |
Created 16th December 2017, last changed 16th December 2017
MetaDataQuery.Results - MetaDataQuery.SetEvaluate
Feedback: Report problem or ask question.