SP.Publishing.VariationLabel object (sp.publishing)

Represents VariationLabel objects that are managed from the "/_layouts/VariationLabels.aspx" page.

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

var object = new SP.Publishing.VariationLabel()

Members

The VariationLabel object has the following members.

Properties

The VariationLabel object has the following properties.

Property

Description

displayName

Returns the user interface (UI) display name of the label.

isSource

Determines whether the VariationLabel is set as the source label.

language

Returns the language of the VariationLabel.

locale

Returns the locale of the VariationLabel.

title

Returns the title of the VariationLabel, which is the unique string identifier of the label.

topWebUrl

Returns the URL of the top Publishing Web of the variation hierarchy of this label.

Constructor

The VariationLabel object has the following constructor.

Constructor

Description

VariationLabel

Initializes a new instance of the SP.Publishing.VariationLabel object.