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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also