searchScopes
An array containing the search scopes.
Declaration
var searchScopes: [Any] { get set }Discussion
This array can contain NSURL or NSString objects that represent file-system directories or the search scopes for the query. For a list of valid search scopes, see Metadata Query Search Scopes. An empty array indicates that there is no limitation on where the query searches.
See Also
Related Documentation
- File Metadata Search Programming Guide