edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[GDATA] Property to determine if a document should be converted to Google native format when uploaded

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 8.0.0.20

Syntax

C#
public bool ConvertOnUpload { get; set; }
Visual Basic
Public Property ConvertOnUpload As Boolean
	Get
	Set
Visual C++
public:
property bool ConvertOnUpload {
	bool get ();
	void set (bool value);
}

Remarks

When a document such as "MyDoc.doc" is uploaded to Google Docs via the web interface, Google detects that it is a Word document and converts to a Google document. If this property is set to false, the conversion will not be performed. The default is true for standard types, but if the uploaded file is not a standard type (document, spreadsheet, presentation or drawing), it will never be converted.

See Also