IMobileDeviceManagerAddDeviceBundle Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IDeviceBundle AddDeviceBundle(
string name,
string userAgent,
int screenWidth,
int screenHeight
)
Function AddDeviceBundle (
name As String,
userAgent As String,
screenWidth As Integer,
screenHeight As Integer
) As IDeviceBundle
IDeviceBundle^ AddDeviceBundle(
String^ name,
String^ userAgent,
int screenWidth,
int screenHeight
)
abstract AddDeviceBundle :
name : string *
userAgent : string *
screenWidth : int *
screenHeight : int -> IDeviceBundle
Parameters
- name
- Type: SystemString
Name of new device bundle to add - userAgent
- Type: SystemString
Name of the User Agent creating the new device bundle. - screenWidth
- Type: SystemInt32
Integer value of the screen width for the new device bundle. - screenHeight
- Type: SystemInt32
Integer value of the screen height for the new device bundle.
Return Value
Type:
IDeviceBundleNewly created device bundle.
Exceptions Remarks The returned object is not yet stored in the content store.
See Also