| ProjectTaskInfoProviderGenerateProgressHtml Method  | 
            Returns HTML code which displays the progress bar for specified value.
            
 
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntaxpublic 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