This documentation is archived and is not being maintained.

SP.WebInformation object

SharePoint 2013

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.WebInformation()

The WebInformation object has the following members.

Constructor

The WebInformation object has the following constructor.

Constructor

Description

WebInformation

Initializes a new instance of the SP.WebInformation object.

Methods

The WebInformation object has the following methods.

Method

Description

initPropertiesFromJson

Properties

The WebInformation object has the following properties.

Property

Description

configuration

Configuration identifier of the SharePoint Web site.

created

description

Description of the SharePoint Web site.

id

A unique identifier of the SharePoint Web site.

language

A 32-bit unsigned integer that indicates the locale identifier for the language.

lastItemModifiedDate

Date when the last item of the Web site was changed.

serverRelativeUrl

A DateTime representing the last time a Web site item was changed.

title

Title of the Web site.

webTemplate

webTemplateId

An identifier indicating the Web site template.

Show: