Click or drag to resize

CustomFileListTAllowDuplicates Property

Whether to allow duplicates in the Filelist or not, the default is to allow them. If AllowDuplicates is set to false, insertion to the FileList may get significantly slower for large sets of files.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool AllowDuplicates { get; set; }

Property Value

Type: Boolean
See Also