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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<IntegrationTaskInfo> GetIntegrationTasks(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetIntegrationTaskInfo
See Also