IDeviceBundleAddDevice Method
|
Note: This API is now obsolete.
Adds a new
device to this bundle.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax[ObsoleteAttribute]
string AddDevice(
string deviceId
)
<ObsoleteAttribute>
Function AddDevice (
deviceId As String
) As String
[ObsoleteAttribute]
String^ AddDevice(
String^ deviceId
)
[<ObsoleteAttribute>]
abstract AddDevice :
deviceId : string -> string Parameters
- deviceId String
- The ID of the device to add. If the device already existed, do nothing.
Return Value
StringNewly added device, or the existing device with matching ID
See Also