Click or drag to resize
IGDStorageItem2 Methods

The IGDStorageItem2 type exposes the following members.

Methods
  NameDescription
Public methodDeleteAsync
Deletes the current item.
(Inherited from IGDStorageItem.)
Public methodDeleteAsync(StorageDeleteOption)
Deletes the current item.
(Inherited from IGDStorageItem.)
Public methodGetBasicPropertiesAsync
Gets the basic properties of the current item (like a file or folder).
(Inherited from IGDStorageItem.)
Public methodGetParentAsync
Gets the parent folder of the current storage item.
Public methodIsEqual
Indicates whether the current item is the same as the specified item.
Public methodIsOfType
Determines whether the current IGDStorageItem matches the specified StorageItemTypes value.
(Inherited from IGDStorageItem.)
Public methodRenameAsync(String)
Renames the current item.
(Inherited from IGDStorageItem.)
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.
(Inherited from IGDStorageItem.)
Top
See Also