CreateNewItemOptions.ExistingFolderNames 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 public virtual IEnumerable<string> ExistingFolderNames { get; set; }
Property Value
Type:
IEnumerable<String>
The existing file names.
See Also