Personalization Key Retrieval

Retrieves a list of personalization keys for a package.

Syntax

Collection<PersonalizationKeyVO> getPersonalizationKeys() throws SUPAdminException;

Returns

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

Examples