TdxCloudStorageItem.IsFolder Method
In This Article
Identifies if the online resource is a folder.
#Declaration
Delphi
function IsFolder: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the resource is an ordinary, special, or root folder on the connected cloud storage’s server; otherwise, False.
This IsFolder function implementation always returns False.
See Also