Click or drag to resize

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.6.492
Syntax
public XHRServiceResponseGeneric<bool> DeleteDeviceBundle(
	string data
)

Parameters

data  String

Name of Device Bundle to be deleted

Return Value

XHRServiceResponseGenericBoolean
True of Bundle is deleted
See Also