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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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