edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called by the given FTP component when it is added to a container.

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

Syntax

C#
void LinkComponent(
	IFTPComponent component
)
Visual Basic
Sub LinkComponent ( _
	component As IFTPComponent _
)
Visual C++
void LinkComponent(
	IFTPComponent^ component
)

Parameters

component
Type: EnterpriseDT.Net.Ftp..::..IFTPComponent
FTP component just added to the container.

Remarks

This method allows FTP components to interlink themselves automatically.

See Also