SP.Publishing.CustomizableString object (sp.publishing)

Represents a string-typed property with a default value that is used if a custom value has not been explicitly assigned.

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

var object = new SP.Publishing.CustomizableString()

Members

The CustomizableString object has the following members.

Properties

The CustomizableString object has the following properties.

Property

Description

defaultValue

Gets the default value for the property.

usesDefaultValue

Gets or sets whether the current value is the default value.

value

Gets or sets the current value of this SP.Publishing.CustomizableString object (sp.publishing) instance.

Constructor

The CustomizableString object has the following constructor.

Constructor

Description

CustomizableString

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