IDeviceBundleRemoveDevice Method Ingeniux CMS Content Store API

Removes a device from bundle.

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

bool RemoveDevice(
	string deviceID
)

Parameters

deviceID
Type: SystemString

[Missing <param name="deviceID"/> documentation for "M:Ingeniux.CMS.IDeviceBundle.RemoveDevice(System.String)"]

Return Value

Type: Boolean
True if device exists in the collection and is not the Representative Device, false if device doesn't exist in the collection.
Exceptions

ExceptionCondition
ArgumentExceptionWhen the device's user agent matches the Representative Device's user agent
See Also

Reference