HtmlSegmentType 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
public sealed class HtmlSegmentType : AbstractValueMap<HtmlSegmentType>
Inheritance
Object    AbstractValueMapHtmlSegmentType    HtmlSegmentType

Fields

Image Represents a HtmlSegmentDto for Image
Text Represents a HtmlSegmentDto for Text
Video Represents a HtmlSegmentDto for Video

See Also