Click or drag to resize

CreateNewItemOptions Class

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also