MobileTrack Nexus Documentation
C#
Show/Hide TOC
Submission
Progress Class
Shows the progression of a long task, e.g. updating multiple items or sending notifications.
Definition
Namespace:
MobileTrack.Web.Components.Components
Assembly:
MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
C#
Copy
Request Example
public
sealed
class
SubmissionProgress
:
ComponentBase
Inheritance
Object
ComponentBase
SubmissionProgress
Constructors
SubmissionProgress
Initializes a new instance of the
SubmissionProgress
class
Methods
AddItem
Adds a progression item to the bottom of the stack
UpdateItem
Updates a progression item based on its index.
See Also
Reference
MobileTrack.Web.Components.Components Namespace
In This Article
Definition
Constructors
Methods
See Also