IMobileDeviceManagerAddDeviceBundle Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIDeviceBundle 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 String
- Name of new device bundle to add
- userAgent String
- Name of the User Agent creating the new device bundle.
- screenWidth Int32
- Integer value of the screen width for the new device bundle.
- screenHeight Int32
- Integer value of the screen height for the new device bundle.
Return Value
IDeviceBundleNewly created device bundle.
Exceptions
RemarksThe returned object is not yet stored in the content store.
See Also