getConfigDownloadExtensions
The getConfigDownloadExtensions() method returns all file extensions tracked as downloads.
Syntax
getConfigDownloadExtensions()Not availableNot availableNot availableNot availableNot availableNot availableReturns
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 availableNot availableNot availableNot availableNot availableNot availableRelated methods
Updated 15 days ago