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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class HtmlSegmentType : AbstractValueMap<HtmlSegmentType>
Inheritance
Object    AbstractValueMapHtmlSegmentType    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