SP.UrlFieldFormatType enumeration

Specifies the display format of the field.

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

var SP.UrlFieldFormatType = {hyperlink : "Undefined",image : "Undefined",registerEnum : "Undefined"}

Members

The UrlFieldFormatType object enumeration has the following members.

Member

Value

Description

hyperlink

0

Specify that the value must be displayed as a hyperlink.

image

1

Specify that the value must be displayed as an image.

registerEnum

Undefined