MobileDeviceServicesSetEnabled Method
|
Toggles the Mobile Devices Emulation on or off.
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<bool> SetEnabled(
bool data
)
Public Function SetEnabled (
data As Boolean
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ SetEnabled(
bool data
) sealed
abstract SetEnabled :
data : bool -> XHRServiceResponseGeneric<bool>
override SetEnabled :
data : bool -> XHRServiceResponseGeneric<bool> Parameters
- data Boolean
- True to enable Mobile Devices Emulation, False to disable
Return Value
XHRServiceResponseGenericBooleanTrue if Mobile Device Emulation is enabled, False if not
See Also