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