Click or drag to resize
CMSStagingTasksPageRunSynchronization Method
Runs the task synchronization for specified server.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected abstract string RunSynchronization(
	int taskId,
	int serverId,
	bool runOlder,
	int siteId
)

Parameters

taskId
Type: SystemInt32
Task ID
serverId
Type: SystemInt32
Server ID
runOlder
Type: SystemBoolean
Runs also older tasks
siteId
Type: SystemInt32
Site ID (specifies the site which should be used to get the servers when no server is specified)

Return Value

Type: String
See Also