FileDialog::DereferenceLinks Property
.NET Framework (current version)
Gets or sets a value indicating whether a file dialog returns either the location of the file referenced by a shortcut or the location of the shortcut file (.lnk).
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool DereferenceLinks { bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue to return the location referenced; false to return the shortcut location. The default is false.
FileIOPermission
to set dereferencing behavior. Associated enumeration: Unrestricted
.NET Framework
Available since 3.0
Available since 3.0
Show: