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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool AllowDuplicates { get; set; }
Public Property AllowDuplicates As Boolean
Get
Set
public:
property bool AllowDuplicates {
bool get ();
void set (bool value);
}
member AllowDuplicates : bool with get, set
Property Value
Type:
BooleanSee Also