Namespace: Manage

Appearition.Packaging.Manage

Use the functions under this module to manage Packaging records on the Appearition platform.

Methods

Appearition.Packaging.Manage.Packages (requestOptions)Appearition.Packaging.Manage.PackagingIndexViewModel static

Retrieves a list of Packages created in the tenant

Name Type Description
requestOptions any

configure callbacks

Returns:
Type Description
Appearition.Packaging.Manage.PackagingIndexViewModel This is returned as part of the success callback function in the requestOptions param

Appearition.Packaging.Manage.SavePackageChanges (request, requestOptions) static

Creates a new Package or updates an existing page

Name Type Description
request Appearition.Packaging.PackageViewModel

the details of the package being saved

requestOptions any

configure callbacks

Appearition.Packaging.Manage.UpdateModuleSettings (request, requestOptions) static

Updates the settings of an existing package

Name Type Description
request Appearition.Packaging.PackageModuleViewModel

the details of the package being saved

requestOptions any

configure callbacks