Click or drag to resize

PathCollectionAllowDuplicates Property

Gets or sets a value indicating whether to allow duplicate entries in the list.

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

Property Value

Type: Boolean
false (default) if duplicate entries are suppressed; otherwise, true.
See Also