Class UpdateFTPUploadTaskVM
Inheritance
System.Object
UpdateFTPUploadTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateFTPUploadTaskVM : UpdateTransportTaskBaseVM
Properties
Archive
Declaration
public bool? Archive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ArchiveName
Declaration
public string ArchiveName { get; set; }
Property Value
Type |
Description |
System.String |
|
DestinationFolder
Declaration
public string DestinationFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
FtpHost
Declaration
public string FtpHost { get; set; }
Property Value
Type |
Description |
System.String |
|
FtpPassword
Declaration
public string FtpPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
FtpPort
Declaration
public int? FtpPort { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FtpUsername
Declaration
public string FtpUsername { get; set; }
Property Value
Type |
Description |
System.String |
|
UseSFTP
Declaration
public bool? UseSFTP { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|