IMobileDeviceManagerDeviceBundle Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IDeviceBundle DeviceBundle(
string name
)
Function DeviceBundle (
name As String
) As IDeviceBundle
IDeviceBundle^ DeviceBundle(
String^ name
)
abstract DeviceBundle :
name : string -> IDeviceBundle
Parameters
- name
- Type: SystemString
Name of the DeviceBundle to retrieve
Return Value
Type:
IDeviceBundleDevice bundle with matching name. Returns null if name doesn't exist.
See Also