IDeviceBundleAddDevice Method
|
Note: This API is now obsolete.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
- Type: SystemString
[Missing <param name="deviceId"/> documentation for "M:Ingeniux.CMS.IDeviceBundle.AddDevice(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Ingeniux.CMS.IDeviceBundle.AddDevice(System.String)"]
See Also