Click or drag to resize
StagingHelperSortTaskByDate Method
Sorts the given list of task IDs by their creation date (oldest go first).

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<string> SortTaskByDate(
	IEnumerable<string> list
)

Parameters

list
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IEnumerableString
See Also