Name

global.CSMContentAccessUtils

Description

Utils for CSM Content Access.

Script

var CSMContentAccessUtils = Class.create();
CSMContentAccessUtils.prototype = {
  initialize: function() {
  },
  
  //Returns an EP service to run can*() checks.
  getContentAccessEPService: function(tableName, current){
  	if(gs.nil(tableName) || gs.nil(current))
  		return null;

  	return new global.ContentAccessEPService(tableName, current);
  },

  type: 'CSMContentAccessUtils'
};

Sys ID

5b00ab8f773e3010d3ef07dc7d5a996f

Offical Documentation

Official Docs: