Click or drag to resize

MobileDeviceServicesSetEnabled Method


Toggles the Mobile Devices Emulation on or off.

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<bool> SetEnabled(
	bool data
)

Parameters

data
Type: SystemBoolean
True to enable Mobile Devices Emulation, False to disable

Return Value

Type: XHRServiceResponseGenericBoolean
True if Mobile Device Emulation is enabled, False if not
See Also