getDownloadExtensions

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

Syntax

getDownloadExtensions()
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.getDownloadExtensions());  
  }])
Not available
Not available
Not available
Not available
Not available
Not available

Related methods