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