Click or drag to resize
ProjectTaskInfoProviderGenerateProgressHtml Method
Returns HTML code which displays the progress bar for specified value.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static string GenerateProgressHtml(
	int progressValue,
	bool showProgresValue
)

Parameters

progressValue
Type: SystemInt32
Progress value
showProgresValue
Type: SystemBoolean
Indicates whether value should be displayed next to the progress bar

Return Value

Type: String
See Also