MobileTrack Nexus Documentation
C#
Show/Hide TOC
Modal
Dropdown
Options
Get
Options Method
Returns the options for a specific parameter type.
Definition
Namespace:
MobileTrack.Web.Components.Components.Modals
Assembly:
MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
BusinessSegmentDto
[]
GetOptions
(
ParameterType
parameterType
)
Parameters
parameterType
ParameterType
Parameter type
Return Value
BusinessSegmentDto
The correct options for the dropdown
See Also
Reference
ModalDropdownOptions Class
MobileTrack.Web.Components.Components.Modals Namespace
In This Article
Definition
Parameters
Return Value
See Also