[This is preliminary documentation and is subject to change.]
Kinds of operations
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum OperationKind |
| Visual Basic |
|---|
Public Enumeration OperationKind |
| Visual C++ |
|---|
public enum class OperationKind |
| F# |
|---|
type OperationKind |
| JScript |
|---|
public enum OperationKind |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SyncDelete | 18 | Synchronize: Deleting files from plugin | |
| SyncPut | 17 | Synchronize: Uploading files to plugin | |
| SyncGet | 16 | Synchronize: Downloading files from plugin | |
| SyncSearch | 15 | Synchronize dirs searches subdirs for info | |
| SerachText | 14 | Searching for file contents (using also GetFile(String, String%, CopyFlags, RemoteInfo) calls) | |
| Search | 13 | Searching for file names only (using FindFirst(String, FindData%)/FindNext(Object, FindData%)/[M:Tools.TotalCommanderT.FileSystemPlugin.FindNext(System.Object]) | |
| CalcSize | 12 | Calculating size of subdir (user pressed SPACE) | |
| Exec | 11 | Start a single remote item, or a command line | |
| MkDir | 10 | Create a single directory | |
| Attrib | 9 | Change attributes/times, may include subdirs | |
| Delete | 8 | Delete multiple files, may include subdirs | |
| RenMovMulti | 7 | RenMov multiple files, may include subdirs | |
| RenMovSingle | 6 | Rename/Move/Remote copy a single file | |
| PuMulti | 5 | Put multiple files, may include subdirs | |
| PuSingle | 4 | Put a single file to the plugin file system | |
| GetMulti | 3 | Get multiple files, may include subdirs | |
| GetSingle | 2 | Get a single file from the plugin file system | |
| List | 1 | Retrieve a directory listing | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |