Checks whether the jQuery UI core script file exists locally.

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

Syntax

C#
[ObsoleteAttribute("This is managed through the JavaScript Library package")]
public static bool IsUIInstalled { get; }
Visual Basic
<ObsoleteAttribute("This is managed through the JavaScript Library package")> 
Public Shared ReadOnly Property IsUIInstalled As Boolean
	Get

Remarks

This property checks for both the minified version and the full uncompressed version of jQuery UI. These files should exist in the /Resources/Shared/Scripts/jquery directory.

See Also