Gets the version string for the local jQuery UI script

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string UIVersion { get; }
Visual Basic
Public Shared ReadOnly Property UIVersion As String
	Get

Field Value

Return Value

Remarks

This only evaluates the version in the full jQuery UI file and assumes that the minified script is the same version as the full script.

See Also