Retrieval of Messaging Device Settings

Retrieves a list of device settings for an existing messaging device.

Syntax

List<PropertyItemVO> getDeviceSettings(Integer deviceId)
   throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples