UrlFieldFormatType enumeration

Specifies the display format of the field (2).

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Enumeration UrlFieldFormatType
'Usage
Dim instance As UrlFieldFormatType
public enum UrlFieldFormatType

Members

Member name Description
Hyperlink Specify that the value must be displayed as a hyperlink. The value = 0.
Image Specify that the value must be displayed as an image. The value = 1.

See also

Reference

Microsoft.SharePoint.Client namespace