Methods
-
Appearition.ContentLibrary.Manage.AddFile (providerName, itemKey, fileName, fileContent, requestOptions) static
Uploads a file into the content item
-
Name Type Description providerNamestring the name of the provider to return the records for
itemKeystring identifies the item
fileNamestring The name of the file being sent up to the server
fileContentstring The file contents that need to be sent up to the server
requestOptionsany configure callbacks
-
Retrieves a list of tags that are available to be added to an experience record
-
Name Type Description providerNamestring the name of the provider to return the records for
contentItemany the item to save
requestOptionsany configure callbacks
-
Appearition.ContentLibrary.Manage.AddThumbnailImage (providerName, itemKey, fileName, fileContent, requestOptions) static
Uploads a file into the content item and saves it as the thumbnail image
-
Name Type Description providerNamestring the name of the provider to return the records for
itemKeystring identifies the item
fileNamestring The name of the file being sent up to the server
fileContentstring The file contents that need to be sent up to the server
requestOptionsany configure callbacks
-
Appearition.ContentLibrary.Manage.CopyItem (fromProviderName, fromItemKey, toProviderName, toTag, requestOptions) static
Copies an item to another provider and/or folder
-
Name Type Description fromProviderNamestring the name of the provider to copy item from
fromItemKeystring identifies the item in the from provider to copy
toProviderNamestring the name of the provider to copy the item to
toTagstring the tag to assign to the copied item
requestOptionsany configure callbacks
-
Appearition.ContentLibrary.Manage.DeleteFileFromItem (providerName, itemKey, contentItemFile, requestOptions) static
Removes the given file from the item
-
Name Type Description providerNamestring the name of the provider to return the records for
itemKeystring the item identifier to delete
contentItemFileany the file to remove
requestOptionsany configure callbacks
-
Retrieves a list of tags that are available to be added to an experience record
-
Name Type Description providerNamestring the name of the provider to return the records for
itemKeystring the item identifier to delete
requestOptionsany 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 providerNamestring the name of the provider to return the records for
contentItemany the item to update
requestOptionsany configure callbacks
-
Appearition.ContentLibrary.Manage.UploadNewFileIntoItem (providerName, itemKey, isThumbnailImage, fileName, fileContent, requestOptions) static
Uploads a file into the content item
-
Name Type Description providerNamestring the name of the provider to return the records for
itemKeystring identifies the item
isThumbnailImagebool indicates if the file being uploaded is a thumbnail image
fileNamestring The name of the file being sent up to the server
fileContentstring The file contents that need to be sent up to the server
requestOptionsany configure callbacks