Provides data for change of permissions event.
Namespace: WinSCP
| C# | public sealed class ChmodEventArgs : FileOperationEventArgs |
| VB.NET | Public NotInheritable Class ChmodEventArgs Inherits FileOperationEventArgs |
| Name | Description |
|---|---|
| SessionRemoteException Error | Error (if any) that occured during operation. null, if operation succeeded. Read-only. See also Capturing results of operations. (Inherited from OperationEventArgs.) |
| string FileName | Full path to a file that is subject of the operation. Read-only. (Inherited from FileOperationEventArgs.) |
| FilePermissions FilePermissions | Permissions set. Read-only. |
This class is referenced by TransferEventArgs.Chmod.
Site design by Black Gate