Table of Contents

Enum DeviceType

Namespace
Dynamicweb.Frontend.Devices
Assembly
Dynamicweb.dll

Visitors device type. Default is Desktop.

public enum DeviceType

Fields

Bot = 3

Search engine bots. If the visitor is detected as a bot, i.e. Googlebot or Bingbot.

Desktop = 0

Desktop device. Default. Windows, OSX, Linux/Unix and other platforms

Mobile = 1

Mobile device, iPhone (iPod), Android phone, Windows Phone 7/8 based devices

Tablet = 2

Tablet device, iPad, Android tablet or Windows tablets

To top