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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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)"]