MobileTrack Nexus Documentation
C#
Show/Hide TOC
Html
Segment
Type Class
Represents the types of
HtmlSegmentDto
. Allowed types are: text, image and video
Definition
Namespace:
MobileTrack.Common.Enums
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
sealed
class
HtmlSegmentType
:
AbstractValueMap
<
HtmlSegmentType
>
Inheritance
Object
AbstractValueMap
HtmlSegmentType
HtmlSegmentType
Fields
Image
Represents a
HtmlSegmentDto
for Image
Text
Represents a
HtmlSegmentDto
for Text
Video
Represents a
HtmlSegmentDto
for Video
See Also
Reference
MobileTrack.Common.Enums Namespace
In This Article
Definition
Fields
See Also