Click or drag to resize
SyncLogInfoProviderGetSyncLogs Method
Returns a query for all the SyncLogInfo objects.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SyncLogInfo> GetSyncLogs()

Return Value

Type: ObjectQuerySyncLogInfo
See Also