Retrieval of Registration Template Settings

Retrieves a list of registration template settings.

Syntax

List<PropertyItemVO> getDeviceTemplateSettings(String templateName) throws SUPAdminException;

Returns

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

Examples