| SalesForceReplicationTaskExecute Method | 
            Executes SalesForce replication.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic string Execute(
	TaskInfo task
)
Parameters
- task
- Type: CMS.SchedulerTaskInfo
 The task that is being executed.
Return Value
Type: 
StringA message if there was an error during replication; otherwise, an empty string.
Implements
ITaskExecute(TaskInfo) See Also
See Also