CreateNewItemOptionsExistingFileNames Property |
An optional list of existing file 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 public virtual IEnumerable<string> ExistingFileNames { get; set; }
Property Value
Type:
IEnumerableString
The existing file names.
See Also