Click or drag to resize
GDStorageFileDisplayName Property
Gets the user-friendly name for the file.

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

Property Value

Type: String

The user-friendly name of the current file as type String.

For example file Picture.jpeg will return Picture.

Implements

IStorageItemPropertiesDisplayName
IStorageItemPropertiesDisplayName
Remarks
This property returns file name without extension.
See Also