Dynamicweb 8 Documentation
PageView.DeviceType Enumeration

Visitors device type. Default is Desktop.
Syntax
'Declaration
 
Public Enum PageView.DeviceType 
   Inherits System.Enum
public enum PageView.DeviceType : System.Enum 
Members
MemberDescription
BotSearch engine bots. If the visitor is detected as a bot, i.e. Googlebot or Bingbot.
DesktopDesktop device. Default. Windows, OSX, Linux/Unix and other platforms
MobileMobile device, iPhone (iPod), Android phone, Windows Phone 7 based devices
TabletTablet device, iPad, Android tablet or Windows tablets
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.Frontend.PageView.DeviceType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Dynamicweb.Frontend Namespace

Send Feedback