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: 7.2
Syntax
public bool AllowDuplicates { get; set; }

Property Value

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