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:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual IEnumerable<string> ExistingFileNames { get; set; }
Property Value
Type:
IEnumerableString
The existing file names.
See Also