Click or drag to resize
ProjectTaskInfoProviderGetTaskMaxOrder Method
Gets the max order number of the tasks of the specified project.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static int GetTaskMaxOrder(
	ProjectTaskOrderByEnum orderType,
	int id
)

Parameters

orderType
Type: CMS.ProjectManagementProjectTaskOrderByEnum
Type of the order
id
Type: SystemInt32
The id (ProjectID for ProjectOrder, AssigneeID fo UserOrder)

Return Value

Type: Int32
See Also