MobileDeviceServices Class Ingeniux CMS Web Services API

Provide the functionality to work with mobile devices emulations for page preview.
Inheritance Hierarchy

SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceMobileDeviceServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class MobileDeviceServices : CMSContentServiceBase

The MobileDeviceServices type exposes the following members.

Constructors

  NameDescription
Public methodMobileDeviceServices
Top
Methods

  NameDescription
Public methodCreateDeviceBundle
Creates a new Device Bundle. Will throw error if another Device Bundle with the same name already exists.
Public methodDeleteDeviceBundle
Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.
Public methodGetDeviceCandidates
Retrieves Mobile Devices listing, that matches search criteria, from Mobile Device library.
Public methodGetDevicesInformation
Retrieves the list of Mobile Devices emulation entries and status
Public methodSetEnabled
Toggles the Mobile Devices Emulation on or off.
Public methodUpdateDeviceBundle
Updates an existing Device Bundle information, including Bundle name, Devices coverred, and representative Device. Will return error state if Bundle doesn't exist.
Public methodUpdateGenericDevice
Updates Generic Device information. Generic Device is the fall back emulation for all mobile devices that can be detected as mobile, but cannot obtain the resolution information. Setting up the resolution for Generic Device will allow testing of Preview on these unknown mobile devices.
Top
See Also

Reference