edtFTPnet/Express - Class Reference

FTPConnectionEditor.Properties Property

Controls which properties are displayed.

public FTPConnectionProperties Properties {get; set;}

Remarks

By default all properties are displayed. When specific categories/properties are selected using AddCategory or AddProperty then only those categories/properties will be displayed.

The easiest way to edit this property is through your IDE's Property View as it will display a custom designer. It should be noted that this editor only allows categories/properties to be hidden or displayed. If it necessary to change Display Names or Descriptions then the methods of FTPConnectionProperties should be used.

See Also

FTPConnectionEditor Class | EnterpriseDT.Net.Ftp.Forms Namespace