Click or drag to resize
IGDStorageItem Interface

Manipulates storage items (files and folders) and their contents, and provides information about them.

Note If you simply want to work with BBD secure files and folders in your app, see the GDStorageFile and GDStorageFolder classes.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public interface IGDStorageItem

The IGDStorageItem type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the attributes of a storage item.
Public propertyDateCreated
Gets the date and time when the current item was created.
Public propertyEncryptedPath
Gets the encrypted path of the item in secure storage, if the item has a path.
Public propertyName
Gets the name of the item including the file name extension if there is one.
Public propertyPath
Gets the full file-system path of the item, if the item has a path.
Top
Methods
  NameDescription
Public methodDeleteAsync
Deletes the current item.
Public methodDeleteAsync(StorageDeleteOption)
Deletes the current item.
Public methodGetBasicPropertiesAsync
Gets the basic properties of the current item (like a file or folder).
Public methodIsOfType
Determines whether the current IGDStorageItem matches the specified StorageItemTypes value.
Public methodRenameAsync(String)
Renames the current item.
Public methodRenameAsync(String, NameCollisionOption)
Renames the current item. This method also specifies what to do if an existing item in the current item's location has the same name.
Top
See Also

Reference