Downloading Customization Resource Bundles

The application can download the custom resources using this API. The customized resource bundles are assigned to application connections in the SCC.

A customization resource bundle is a JAR file that includes a manifest file of name and version properties. It enables you to associate deployed client applications with different versions of customization resources. See Customization Resource Bundles in Sybase Control Center for Online Data Proxy for information about the implementation task flow of customizations resource bundles.

Syntax

+ (NSData*) getCustomizationResourcesPropertiesWithCustomizationResource: (NSString*) customizationResource userName: (NSString*) userName
passWord: (NSString*) passWord

Parameters

Returns

If successful, this API returns the customization resource bundle as binary data.

Examples