Returns the maximum file size allowed to be uploaded based on the request filter limit

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

Syntax

C#
public static long GetRequestFilterSize()
Visual Basic
Public Shared Function GetRequestFilterSize As Long

Return Value

Size in megabytes

See Also