SubmissionProgressUpdateItem Method

Updates a progression item based on its index.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: 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
)

Parameters

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

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.Web.Components.Components.SubmissionProgress.UpdateItem(System.Int32,System.String,System.Double,System.String,BlazorBootstrap.ProgressColor)"]

See Also