ProjectTaskInfoProviderGenerateProgressHtmlInternal 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
Syntax protected virtual string GenerateProgressHtmlInternal(
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:
StringSee Also