FileDialogCustomPlace::KnownFolder Property

.NET Framework (current version)
 

Gets the GUID of the known folder for the custom place.

Namespace:   Microsoft.Win32
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Guid KnownFolder {
	Guid get();
	private: void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of a known folder.

GUIDs are associated with the known folders. For the list of known folders, see FileDialogCustomPlaces.

.NET Framework
Available since 4.0
Return to top
Show: