Retrieves the list of Replication Target types. These are supported replication target types by the Ingeniux CMS site.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericReplicationTargetTypeInfoListArray of Replication Target types
Examples
JavaScript
{ "code": 0, "error": null, "message": { "targetTypes": [{ "name": "File Replication Target", "type": "FileReplicationTarget" }, { "name": "Secure FTP Replication Target", "type": "SFTPReplicationTarget" }, { "name": "FTP\/SSL Replication Target", "type": "FTPSReplicationTarget" }, { "name": "FTP Replication Target", "type": "FTPReplicationTarget" }] } }
See Also