MobileDeviceServicesDeleteDeviceBundle Method
|
Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> DeleteDeviceBundle(
string data
)
Public Function DeleteDeviceBundle (
data As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ DeleteDeviceBundle(
String^ data
) sealed
abstract DeleteDeviceBundle :
data : string -> XHRServiceResponseGeneric<bool>
override DeleteDeviceBundle :
data : string -> XHRServiceResponseGeneric<bool>
Parameters
- data
- Type: SystemString
Name of Device Bundle to be deleted
Return Value
Type:
XHRServiceResponseGenericBooleanTrue of Bundle is deleted
See Also