SP.Web.uiVersion Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets the user interface (UI) version of the Web site.

var value = SP.Web.get_uiVersion(); 
SP.Web.set_uiVersion(value);

Property Value

Type: int

Applies To

SP.Web Class

Remarks

The UI version defines the UI elements and master pages that are used on the Web, and is used to determine compatibility with other SharePoint components.

See Also

Reference

SP.Web Methods

SP.Web Properties

SP Namespace