Click or drag to resize

IDeviceBundleAddDevice Method


Note: This API is now obsolete.

Adds a new device to this bundle.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
[ObsoleteAttribute]
string AddDevice(
	string deviceId
)

Parameters

deviceId  String
The ID of the device to add. If the device already existed, do nothing.

Return Value

String
Newly added device, or the existing device with matching ID
See Also