Click or drag to resize

CreateNewItemOptionsExistingFolderNames Property

An optional list of existing folder names to let the Shell find a non colliding name. Only used if targetPath is null.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual IEnumerable<string> ExistingFolderNames { get; set; }

Property Value

Type: IEnumerableString
The existing file names.
See Also