FileDialog::DereferenceLinks Property

 

Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool DereferenceLinks {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the dialog box returns the location of the file referenced by the shortcut; otherwise, false. The default value is true.

FileIOPermission

to set the property. Associated enumeration: PermissionState::Unrestricted.

.NET Framework
Available since 1.1
Return to top
Show: