Click or drag to resize
StagingTaskInfoProviderGetTasksInternal Method
Returns dataset of all tasks filtered by where condition.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected ObjectQuery<StagingTaskInfo> GetTasksInternal(
	string whereCondition,
	string orderBy,
	bool getAllData,
	int topN,
	string columns
)

Parameters

whereCondition
Type: SystemString
Where condition statement
orderBy
Type: SystemString
Order by statement
getAllData
Type: SystemBoolean
If false, only limited set of columns is selected
topN
Type: SystemInt32
Top N tasks
columns
Type: SystemString
Selected columns

Return Value

Type: ObjectQueryStagingTaskInfo
See Also