IFTPComponentLinkComponent Method
Called by the given FTP component when it is added to a container.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
void LinkComponent(
IFTPComponent component
)
Sub LinkComponent (
component As IFTPComponent
)
void LinkComponent(
IFTPComponent^ component
)
abstract LinkComponent :
component : IFTPComponent -> unit
Parameters
- component IFTPComponent
- FTP component just added to the container.
This method allows FTP components to interlink themselves automatically.