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