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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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