TdxCloudStorageCustomFolder Properties
The base class for all classes that implement metadata containers corresponding to ordinary, special, and root folders on a connected cloud storage’s server.
Name | Description |
---|---|
Children | Provides access to the folder’s content. |
Created |
Returns the online storage resource’s creation date.
Inherited from Tdx |
Download |
Returns the stored file’s universal resource identifier (URI).
Inherited from Tdx |
Drive |
Returns the drive ID that indicates on which drive the online resource is stored on the connected Microsoft One |
File |
Returns the stored file’s size, in bytes.
Inherited from Tdx |
Icon |
Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type.
Inherited from Tdx |
ID |
Returns the online resource’s unique identifier within the connected cloud file storage service account.
Inherited from Tdx |
Is |
Identifies if the folder’s content structure is loaded from the connected online storage service’s server. |
MIMEType |
Returns the online resource’s MIME content type.
Inherited from Tdx |
Modified |
Returns the online resource’s last modification date.
Inherited from Tdx |
Name |
Returns the online storage resource’s name.
Inherited from Tdx |
Parents |
Provides access to the list of the online storage resource’s direct parent folders.
Inherited from Tdx |
Permissions |
Provides access to the collection of item access permissions.
Inherited from Tdx |
Shared |
Identifies whether the online storage resource is shared.
Inherited from Tdx |
Trashed |
Identifies if the online storage resource is within the “Trash” special folder.
Inherited from Tdx |
See Also