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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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
Unknown
Represents a
HtmlSegmentDto
for Unknown
Video
Represents a
HtmlSegmentDto
for Video
See Also
Reference
MobileTrack.Common.Enums Namespace
In This Article
Definition
Fields
See Also