Click or drag to resize

CreateNewItemOptions Class

Defines options when creating a new shell item.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.WindowsShellCreateNewItemOptions

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class CreateNewItemOptions

The CreateNewItemOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateNewItemOptions
Initializes a new instance of the CreateNewItemOptions class
Top
Properties
  NameDescription
Public propertyExistingFileNames
An optional list of existing file names to let the Shell find a non colliding name. Only used if targetPath is null.
Public propertyExistingFolderNames
An optional list of existing folder names to let the Shell find a non colliding name. Only used if targetPath is null.
Public propertyTargetPath
Gets or sets the target path. If null, a new temp directory will be created. If a new directory is created, you will have to delete it if needed, including the files in it.
Top
See Also