MobileDeviceServicesSetEnabled Method Ingeniux CMS Web Services API

Toggles the Mobile Devices Emulation on or off.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
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

Reference