IDeviceBundleAddDevice Method Ingeniux CMS Content Store API

Adds a new device to this bundle.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string AddDevice(
	string deviceId
)

Parameters

deviceId
Type: SystemString
The ID of the device to add. If the device already existed, do nothing.

Return Value

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

Reference