edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

IFTPComponentLinkComponent Method

Called by the given FTP component when it is added to a container.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
void LinkComponent(
	IFTPComponent component
)

Parameters

component  IFTPComponent
FTP component just added to the container.

Remarks

This method allows FTP components to interlink themselves automatically.

See Also