Provide the functionality to work with mobile devices emulations for page preview.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
MobileDeviceServices |
Methods
Name | Description | |
---|---|---|
CreateDeviceBundle |
Creates a new Device Bundle. Will throw error if another Device Bundle with the same name already exists.
| |
DeleteDeviceBundle |
Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.
| |
GetDeviceCandidates |
Retrieves Mobile Devices listing, that matches search criteria, from Mobile Device library.
| |
GetDevicesInformation |
Retrieves the list of Mobile Devices emulation entries and status
| |
SetEnabled |
Toggles the Mobile Devices Emulation on or off.
| |
UpdateDeviceBundle |
Updates an existing Device Bundle information, including Bundle name, Devices coverred, and representative Device.
Will return error state if Bundle doesn't exist.
| |
UpdateGenericDevice |
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.
|
See Also