Name

global.AntivirusExcludedTableListScript

Description

No description available

Script

var AntivirusExcludedTableListScript = Class.create();
AntivirusExcludedTableListScript.prototype = Object.extendsObject(AbstractAjaxProcessor, {

  getExcludedTables: function() {
  	var tables = sn_snap.AntivirusExcludedTablesGetter.getExcludedTables();	
  	return tables;
  },

  type: 'AntivirusExcludedTableListScript'
});

Sys ID

e29947da870023009361c077f6cb0bc3

Offical Documentation

Official Docs: