This documentation is archived and is not being maintained.
FileDialog.DereferenceLinks Property
.NET Framework 1.1
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).
[Visual Basic] Public Property DereferenceLinks As Boolean [C#] public bool DereferenceLinks {get; set;} [C++] public: __property bool get_DereferenceLinks(); public: __property void set_DereferenceLinks(bool); [JScript] public function get DereferenceLinks() : Boolean; public function set DereferenceLinks(Boolean);
Property Value
true if the dialog box returns the location of the file referenced by the shortcut; otherwise, false. The default value is true.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- FileIOPermission to set the property. Associated enumeration: PermissionState.Unrestricted.
See Also
FileDialog Class | FileDialog Members | System.Windows.Forms Namespace
Show: