Click or drag to resize
IntegrationSyncLogInfoProviderGetIntegrationSynchronizationLogs Method (String, String)
Returns dataset of all integration synchronization logs matching the specified parameters.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<IntegrationSyncLogInfo> GetIntegrationSynchronizationLogs(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression

Return Value

Type: InfoDataSetIntegrationSyncLogInfo
See Also