Click or drag to resize

VistaFileDialogDereferenceLinks 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:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool DereferenceLinks { get; set; }

Property Value

Type: Boolean
if the dialog box returns the location of the file referenced by the shortcut; otherwise, . The default value is .
See Also