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 PHCollectionMBS class.
PHCollectionMBS.available as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Should return true on MacOS 10.13 or newer.
PHCollectionMBS.fetchCollectionsInCollectionList(collectionList as PHCollectionListMBS, options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
collectionList: The collection list from which to fetch collections.
options: Options that specify a filter predicate and sort order for the fetched collections, or nil to use default options. For details, see PHFetchOptionsMBS.
Returns a fetch result that contains the requested PHCollectionMBS objects, or an empty fetch result if no objects match the request.
By default, the returned PHFetchResultMBS object contains all collections in the specified collection list. To retrieve a more specific set of assets, provide a PHFetchOptionsMBS object that contains a filter predicate.
PHCollectionMBS.fetchTopLevelUserCollections(options as PHFetchOptionsMBS = nil) as PHFetchResultMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Photos | MBS Mac64bit Plugin | 20.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
options: Options that specify a filter predicate and sort order for the fetched collections, or nil to use default options. For details, see PHFetchOptionsMBS.
Returns a fetch result that contains the requested PHCollection objects, or an empty fetch result if no objects match the request.
The items on this page are in the following plugins: MBS Mac64bit Plugin.