CreateNewItemOptions Class |
Namespace: callback.ShellBoost.Core.WindowsShell
public class CreateNewItemOptions
The CreateNewItemOptions type exposes the following members.
Name | Description | |
---|---|---|
CreateNewItemOptions | Initializes a new instance of the CreateNewItemOptions class |
Name | Description | |
---|---|---|
ExistingFileNames |
An optional list of existing file names to let the Shell find a non colliding name. Only used if targetPath is null.
| |
ExistingFolderNames |
An optional list of existing folder names to let the Shell find a non colliding name. Only used if targetPath is null.
| |
TargetPath |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |