Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSMetadataItemMBS class.

NSMetadataItemMBS.attributeKeys as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an array containing the attribute names of the receiver's values.

NSMetadataItemMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Private constructor.

NSMetadataItemMBS.DisplayName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The display name of the item, which may be different then the file system name.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.File as folderitem

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The file reference.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileContentChangeDate as date

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The date and time that the file contents last changed.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileContentChangeDateTime as dateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The date and time that the file contents last changed.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileCreationDate as date

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The date and time that the file was created.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileCreationDateTime as dateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The date and time that the file was created.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The name of the item as seen in the file system.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.FileSize as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The size (in bytes) of the file on disk.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.IsUbiquitous as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the item is stored in the cloud.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.Path as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The file path.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemHasUnresolvedConflicts as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the item is currently in conflict with another version of the file somewhere else.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemIsDownloaded as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the current version of the item has been downloaded and is available locally.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemIsDownloading as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the item is currently being downloaded to the local device.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemIsUploaded as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the item has been uploaded to the cloud.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemIsUploading as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the current version of the item is currently being uploaded to the cloud.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemPercentDownloaded as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The percentage of the file that has already been downloaded from the cloud. The value is a double in the range 0.0 to 100.0.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.UbiquitousItemPercentUploaded as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The percentage of the file that has already been uploaded to the cloud. The value is a double in the range 0.0 to 100.0.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.URL as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The file URL.

Available in Mac OS X v10.7 and later.

NSMetadataItemMBS.valueForAttribute(key as string) as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the receiver's metadata attribute name specified by a given key.

key: The name of a metadata attribute.
Returns value as Variant.

NSMetadataItemMBS.valuesForAttributes(keys() as string) as dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method iCloud MBS MacCloud Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a dictionary containing the key-value pairs for the attribute names specified by a given array of keys.

keys: An array containing strings that specify the names of a metadata attributes.

A dictionary containing the key-value pairs for the attribute names specified by keys.

The items on this page are in the following plugins: MBS MacCloud Plugin.


The biggest plugin in space...