SubmissionProgressUpdateItem Method
Updates a progression item based on its index.
Namespace: MobileTrack.Web.Components.ComponentsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task UpdateItem(
int itemId,
string value,
double progression,
string progressionText,
ProgressColor progressionBarColor
)
- itemId Int32
- index of the item
- value String
- value text of the item
- progression Double
- amount of progression being made (ranged from 0.0 to 100.0)
- progressionText String
- text inside the progression bar
- progressionBarColor ProgressColor
- color of the progression bar
Task[Missing <returns> documentation for "M:MobileTrack.Web.Components.Components.SubmissionProgress.UpdateItem(System.Int32,System.String,System.Double,System.String,BlazorBootstrap.ProgressColor)"]