SP.Publishing.AddinSettings object (sp.publishing)

Represents the settings of a site services add-in.

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

var object = new SP.Publishing.AddinSettings()

Members

The AddinSettings object has the following members.

Methods

The AddinSettings object has the following methods.

Method

Description

newObject

Properties

The AddinSettings object has the following properties.

Property

Description

description

Gets or sets the value of the SP.Publishing.AddinSettings.description property of the SP.Publishing.AddinSettings object (sp.publishing) object.

enabled

Gets or sets the value of the SP.Publishing.AddinSettings.enabled property of the SP.Publishing.AddinSettings object (sp.publishing) object.

headScript

Gets or sets the value of the SP.Publishing.AddinSettings.headScript property of the SP.Publishing.AddinSettings object (sp.publishing) object.

htmlEndBody

Gets or sets the value of the SP.Publishing.AddinSettings.htmlEndBody property of the SP.Publishing.AddinSettings object (sp.publishing) object.

htmlStartBody

Gets or sets the value of the SP.Publishing.AddinSettings.htmlStartBody property of the SP.Publishing.AddinSettings object (sp.publishing) object.

id

Gets the value of the id property of the SP.Publishing.AddinSettings object (sp.publishing) object.

metaTagPagePropertyMappings

Gets or sets the value of the SP.Publishing.AddinSettings.metaTagPagePropertyMappings property of the SP.Publishing.AddinSettings object (sp.publishing) object.

namespace

Gets or sets the value of the SP.Publishing.AddinSettings.namespace property of the SP.Publishing.AddinSettings object (sp.publishing) object.

title

Gets or sets the value of the title property of the SP.Publishing.AddinSettings object (sp.publishing) object.

Constructor

The AddinSettings object has the following constructor.

Constructor

Description

AddinSettings

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