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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IEnumerable<string> ExistingFolderNames { get; set; }

Property Value

Type: IEnumerableString
The existing file names.
See Also