Click or drag to resize
ProjectTaskPriorityInfoProviderCheckDependencies Method
Check if the priority can be removed.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static bool CheckDependencies(
	int priorityId
)

Parameters

priorityId
Type: SystemInt32
The priority id

Return Value

Type: Boolean
See Also