Namespace: Manage

Appearition.ContentLibrary.Manage

Use the functions under this manage items the Content Library methods on the Appearition platform

Methods

Appearition.ContentLibrary.Manage.AddNewItem (providerName, contentItem, requestOptions) static

Retrieves a list of tags that are available to be added to an experience record

Name Type Description
providerName string

the name of the provider to return the records for

contentItem any

the item to save

requestOptions any

configure callbacks

Appearition.ContentLibrary.Manage.DeleteFileFromItem (providerName, itemKey, contentItemFile, requestOptions) static

Removes the given file from the item

Name Type Description
providerName string

the name of the provider to return the records for

itemKey string

the item identifier to delete

contentItemFile any

the file to remove

requestOptions any

configure callbacks

Appearition.ContentLibrary.Manage.DeleteItem (providerName, itemKey, requestOptions) static

Retrieves a list of tags that are available to be added to an experience record

Name Type Description
providerName string

the name of the provider to return the records for

itemKey string

the item identifier to delete

requestOptions any

configure callbacks

Appearition.ContentLibrary.Manage.UpdateItemDetails (providerName, contentItem, requestOptions) static

Retrieves a list of tags that are available to be added to an experience record

Name Type Description
providerName string

the name of the provider to return the records for

contentItem any

the item to update

requestOptions any

configure callbacks