Click or drag to resize
GDStorageFolderGetBasicPropertiesAsync Method
Gets the basic properties of the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDBasicProperties> GetBasicPropertiesAsync()

Return Value

Type: IAsyncOperationGDBasicProperties
When this method completes successfully, it returns the basic properties of the current folder or file group as a GDBasicProperties object.

Implements

IGDStorageItemGetBasicPropertiesAsync
IGDStorageItemGetBasicPropertiesAsync
See Also