[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:Tools.TotalCommanderT"]
Classes
| Class | Description | |
|---|---|---|
| BitmapResult | Holds reference to file miniature bitmap | |
| ContentPluginBase | Common base class for plugins tha can provide custom columns | |
| FilePluginIconAttribute | Specifies plugin icon stored in ICO file | |
| FileSystemPlugin | Abstract base class for Total Commander file-system plugins (wfx) | |
| MethodNotSupportedAttribute | When applied onto method identifies method as not implemented by current implementation of class. | |
| NotAPluginAttribute | Apply this attribute to Total Commander plugin class to make plugin generator ignore it | |
| OperationEventArgs | Arguments of operation status notifications | |
| PluginBase | Common base class for all Total Commander plugins | |
| PluginIconBaseAttribute | Base class for plugin icon attributes | |
| ResourcePluginIconAttribute | Specifies plugin icon stored in resource | |
| TotalCommanderPluginAttribute | Apply this attribute to class implementing Total Commander plugin to precise how the plugin is generated. |
Structures
| Structure | Description | |
|---|---|---|
| DefaultParams | Contains information about current plugin interface version and ini location | |
| FindData | Contains information about the file that is found by the FindFirst(String, FindData%), or FindNext(Object, FindData%) function. | |
| RemoteInfo | Contains details about the remote file being copied. |
Delegates
| Delegate | Description | |
|---|---|---|
| LogCallback | Callback function, which the plugin can call to show the FTP connections toolbar, and to pass log messages to it. Totalcmd can show these messages in the log window (ftp toolbar) and write them to a log file. | |
| ProgressCallback | Callback function, which the plugin can call to show copy progress. | |
| RequestCallback | callback function, which the plugin can call to request input from the user. When using one of the standard parameters, the request will be in the selected language. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| BitmapHandling | Contains instructions for Total Commander how to handle extracted bitmap | |
| CopyFlags | Cfalg used when copying or moving file or directory | |
| ExecExitCode | Identifies result of file system exec operation | |
| FileAttributes | File attributes | |
| FileSystemExitCode | Result of file system operation | |
| IconExtractFlags | File system icon extraction flags | |
| IconExtractResult | Identifies result of icon-obtaining | |
| InputRequestKind | When user input is requested by plugin, one of those values may be used | |
| LogKind | When log is issued its kind is denoted with one of following flags | |
| OperationKind | Kinds of operations | |
| OperationStatus | Operation status | |
| PluginType | Recognized Total Commander plugin types | |
| ReparsePointTags | When you set a reparse point, you must tag the data to be placed in the reparse point. After the reparse point has been established, a new set operation fails if the tag for the new data does not match the tag for the existing data. If the tags match, the set operation overwrites the existing reparse point. | |
| StandardFileAttributes | Standars subset of file attributes |