Retrieval of Synchronization Group Properties

Retrieves a list of synchronization group properties for a package.

Syntax

Collection<SyncGroupVO> getSyncGroups() throws SUPAdminException;

Returns

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

Examples