SynchronizationInfoProviderGetTasksSynchronizationInternal 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> GetTasksSynchronizationInternal(
ICollection<int> taskIds,
int serverId = 0,
int siteId = 0
)
Parameters
- taskIds
- Type: System.Collections.GenericICollectionInt32
Task IDs - serverId (Optional)
- Type: SystemInt32
Server ID - siteId (Optional)
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQuerySynchronizationInfoSee Also