Name
global.ContentTableList
Description
Utility to provide the content tables for taxonomy
Script
var ContentTableList = Class.create();
ContentTableList.prototype = {
initialize: function () {
},
process: function () {
var contents = TaxonomyConstants.TABLES.CONTENT_TABLES;
return contents;
},
type: 'ContentTableList'
};
Sys ID
6cdfba43533200108271ddeeff7b121c