Click or drag to resize
GDStorageFolderDisplayType Property
Gets the user-friendly description of the type of the folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public string DisplayType { get; }

Property Value

Type: String
The user-friendly description of the type of the folder.

Implements

IStorageItemPropertiesDisplayType
IStorageItemPropertiesDisplayType
Remarks
This property always returns File folder.
See Also