SynchronizationInfoProviderGetTaskSynchronizationInternal Method |
Returns all the tasks synchronization info records based on given parameters.
When serverId is specified, the siteId parameter is ignored. When siteId is specified
and serverId is 0 method returns records that belongs to all servers that are assigned to given site.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<SynchronizationInfo> GetTaskSynchronizationInternal(
int taskId,
int serverId = 0,
int siteId = 0
)
Parameters
- taskId
- Type: SystemInt32
Task ID - serverId (Optional)
- Type: SystemInt32
Server ID - siteId (Optional)
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQuerySynchronizationInfoSee Also