NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog.DereferenceLinks

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.

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace