getCustomizationResourceBundle(String) method

Retrieve the customization resource bundle for the given resource name.

Syntax

public byte[] getCustomizationResourceBundle (String CustomResource) throws SMPException

Parameters

Exceptions

Example 1

try {
   AppSettings appSettings = new AppSettings(clientConnection);
   byte[] cust = appSettings.getCustomizationResourceBundle("MC1:1.1");
} catch (SMPException e) {
   e.printStackTrace();
}