SubmissionProgressAddItem Method

Adds a progression item to the bottom of the stack

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<int> AddItem(
	string title,
	string value,
	string progressionText,
	ProgressColor progressionBarColor
)

Parameters

title  String
header of the item
value  String
value text of the item
progressionText  String
text inside the progression bar
progressionBarColor  ProgressColor
color of the progression bar

Return Value

TaskInt32
ID of the item

See Also