MobileTrack Nexus Documentation
C#
Show/Hide TOC
Template
Modal
Show
Async Method
Shows the dialog.
Definition
Namespace:
MobileTrack.Web.Portal.Components.Templates
Assembly:
MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
Task
ShowAsync
(
TemplateDto
templateModel
)
Parameters
templateModel
TemplateDto
Model to use in the editor.
Return Value
Task
Task
completion
Exceptions
ArgumentNullException
thrown if
templateModel
is
See Also
Reference
TemplateModal Class
MobileTrack.Web.Portal.Components.Templates Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also