C-DEngine 5.105

TheCommonUtils..::..IsHostADevice Method

Query whether the current host is an end-user device or not, such as a browser or a phone.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsHostADevice()
Public Shared Function IsHostADevice As Boolean
public:
static bool^ IsHostADevice()

Return Value

'True' if a user device, 'False' if not.