Expand Minimize
0 out of 1 rated this helpful - Rate this topic

SPWeb.UIVersion property

Gets or sets the current version number of the user interface.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableConstraintAttribute(FixedId = "validvalue", Type = ClientCallableConstraintType.Custom, 
	Value = "The value MUST be a defined SPValidUIVersion value. ")]
[ClientCallableAttribute]
public int UIVersion { get; set; }

Property value

Type: System.Int32
A number between 0 and 127.

The value of this property indicates which elements of the user interface and which master pages are in use. It can also determine compatibility with other components of SharePoint Foundation.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.