Click or drag to resize

MobileDeviceServicesSetEnabled Method


Toggles the Mobile Devices Emulation on or off.

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

Parameters

data  Boolean
True to enable Mobile Devices Emulation, False to disable

Return Value

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