Click or drag to resize
GDStorageFile Properties

The GDStorageFile type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAttributes
Gets the attributes of the current file.
Public propertyContentType
This property is not implemented yet.
Public propertyDateCreated
Gets the date and time that the current file was created.
Public propertyDisplayName
Gets the user-friendly name for the file.
Public propertyDisplayType
This property is not implemented yet.
Public propertyEncryptedPath
Gets the encrypted path of the file in secure storage, if the file has a path.
Public propertyCode exampleFileType
Gets the type (file name extension) of the file.
Public propertyFolderRelativeId
This property is not implemented yet.
Public propertyIsAvailable
Indicates if the file is local, is cached locally, or can be downloaded.
Public propertyName
Gets the name of the current file.
Public propertyPath
Gets the full path of the current file in the file system, if the path is available.
Public propertyProperties
This property is not implemented yet.
Public propertyProvider
Gets the StorageProvider object that contains info about the service that stores the current file.
Top
See Also