Click or drag to resize
SyncLogInfoProviderGetSyncLogsInternal 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#
protected virtual ObjectQuery<SyncLogInfo> GetSyncLogsInternal()

Return Value

Type: ObjectQuerySyncLogInfo
See Also