getConfigDownloadExtensions

getConfigDownloadExtensions is deprecated and will be replaced by getDownloadExtensions.

The getConfigDownloadExtensions() method returns all file extensions tracked as downloads.

Syntax

getConfigDownloadExtensions()
Not available
Not available
Not available
Not available
Not available
Not available

Returns

A list of file extensions tracked as downloads.

Format: Example: ["mhj", "docx"].

Type: string[]

Examples

To return a list of all file extensions tracked as downloads:

_paq.push([  
  function () {  
    console.log(this.getConfigDownloadExtensions());  
  }])
Not available
Not available
Not available
Not available
Not available
Not available

Related methods