The plugin part iCloud
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
The plugin part MBS MacCloud Plugin:iCloud:
Partly Console safe,
63 entry points.
- class FolderItem
- class NSFileCoordinatorMBS
- method Constructor(filePresenter as NSFilePresenterMBS = nil)
- method cancel
- method itemAtURLdidMoveToURL(oldURL as string, newURL as string)
- method itemAtURLwillMoveToURL(oldURL as string, newURL as string)
- method coordinateReadingItemAtURL(URL as string, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateWritingItemAtURL(URL as string, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURLwritingItemAtURL(readingURL as string, readingOptions as integer, writingItemAtURL as string, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method prepareForReadingItemsAtURLs(readingURLs() as string, readingOptions as integer, writingItemsAtURLs() as string, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURL(File as folderitem, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateWritingItemAtURL(File as folderitem, options as integer, byref error as NSErrorMBS, tag as variant = nil)
- method coordinateReadingItemAtURLwritingItemAtURL(readingFile as folderitem, readingOptions as integer, writingItemAtFile as folderitem, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- method prepareForReadingItemsAtURLs(readingFiles() as folderitem, readingOptions as integer, writingItemsAtFiles() as folderitem, writingOptions as integer, byref error as NSErrorMBS, tag as variant = nil)
- property Handle as Integer
- shared method FileURL(file as folderitem) as string
- shared method filePresenters as NSFilePresenterMBS()
- shared method addFilePresenter(filePresenter as NSFilePresenterMBS)
- shared method removeFilePresenter(filePresenter as NSFilePresenterMBS)
- event coordinateReadingItemAtURL(url as string, file as folderitem, tag as variant)
- event coordinateWritingItemAtURL(url as string, file as folderitem, tag as variant)
- event coordinateReadingItemAtURLwritingItemAtURL(readingURL as string, readingFile as folderitem, writingURL as string, writingFile as folderitem, tag as variant)
- event prepareComplete(Complete as NSFilePresenterHandlerMBS, tag as variant)
- class NSFilePresenterHandlerMBS
- class NSFilePresenterMBS
- method Constructor
- method Destructor
- property Handle as Integer
- event presentedItemURL as string
- event presentedItemDidMoveToURL(url as string, file as folderitem)
- event presentedItemDidChange
- event presentedItemDidGainVersion(version as NSFileVersionMBS)
- event presentedItemDidLoseVersion(version as NSFileVersionMBS)
- event presentedItemDidResolveConflictVersion(version as NSFileVersionMBS)
- event presentedSubitemDidAppearAtURL(URL as string, file as FolderItem)
- event presentedSubitemAtURLdidMoveToURL(oldURL as string, newURL as string, oldFile as folderitem, newFile as folderitem)
- event presentedSubitemDidChangeAtURL(URL as string, file as FolderItem)
- event presentedSubitemAtURLdidGainVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event presentedSubitemAtURLdidLoseVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event presentedSubitemAtURLdidResolveConflictVersion(URL as string, file as FolderItem, version as NSFileVersionMBS)
- event reacquirer
- event relinquishPresentedItemToReader(reader as NSFilePresenterHandlerMBS)
- event relinquishPresentedItemToWriter(writer as NSFilePresenterHandlerMBS)
- event savePresentedItemChangesWithCompletionHandler(Complete as NSFilePresenterHandlerMBS)
- event accommodatePresentedItemDeletionWithCompletionHandler(Complete as NSFilePresenterHandlerMBS)
- event accommodatePresentedSubitemDeletionAtURL(URL as string, file as FolderItem, Complete as NSFilePresenterHandlerMBS)
- event primaryPresentedItemURL as string
- class NSFileVersionMBS
- method Constructor
- method persistentIdentifier as Memoryblock
- method localizedName as string
- method localizedNameOfSavingComputer as string
- method Conflict as boolean
- method modificationDate as date
- method URL as string
- method File as folderitem
- method removeAndReturnError(byref error as NSErrorMBS) as boolean
- method replaceItemAtURL(file as folderitem, options as integer, byref error as NSErrorMBS) as string
- method replaceItemAtURL(url as string, options as integer, byref error as NSErrorMBS) as string
- method modificationDateTime as dateTime
- property Resolved as boolean
- property Discardable as boolean
- property Handle as Integer
- shared method versionOfItemAtURLforPersistentIdentifier(file as folderitem, PersistentIdentifier as Memoryblock) as NSFileVersionMBS
- shared method versionOfItemAtURLforPersistentIdentifier(URL as string, PersistentIdentifier as Memoryblock) as NSFileVersionMBS
- shared method FileURL(file as folderitem) as string
- shared method currentVersionOfItemAtURL(file as folderitem) as NSFileVersionMBS
- shared method currentVersionOfItemAtURL(url as string) as NSFileVersionMBS
- shared method otherVersionsOfItemAtURL(file as folderitem) as NSFileVersionMBS()
- shared method otherVersionsOfItemAtURL(url as string) as NSFileVersionMBS()
- shared method unresolvedConflictVersionsOfItemAtURL(file as folderitem) as NSFileVersionMBS()
- shared method unresolvedConflictVersionsOfItemAtURL(url as string) as NSFileVersionMBS()
- shared method removeOtherVersionsOfItemAtURL(file as folderitem, byref error as NSErrorMBS) as boolean
- shared method removeOtherVersionsOfItemAtURL(url as string, byref error as NSErrorMBS) as boolean
- shared method temporaryDirectoryURLForNewVersionOfItemAtURL(url as string) as string
- shared method addVersionOfItemAtURL(url as string, withContentsOfURL as string, options as integer, byref error as NSErrorMBS) as NSFileVersionMBS
Blog Entries