Table of Contents

Enum PlatformType

Namespace
Dynamicweb.Frontend.Devices
Assembly
Dynamicweb.dll
Platform type - operation system. Default is Other.
public enum PlatformType

Fields

Android = 2
Android phones or tablets
Ios = 1
iPhone, iPod or iPad
Osx = 4
Macs
Other = 0
Unknown platform type
Ux = 5
Linux or Unix based systems
Windows = 3
Windows based systems
To top