The list of extensions in the whitelist.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IEnumerable<string> AllowedExtensions { get; }
Visual Basic
Public ReadOnly Property AllowedExtensions As IEnumerable(Of String)
	Get

Remarks

All extensions are lowercase and prefixed with a '.'

See Also