SPUrlFieldFormatType Enumeration

Specifies the format used for URL fields.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "UrlFieldFormatType", ServerTypeId := "{7A5CDEE8-6380-4dbd-93F6-1E2E625EC05B}")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPUrlFieldFormatType
'Usage
Dim instance As SPUrlFieldFormatType
[ClientCallableTypeAttribute(Name = "UrlFieldFormatType", ServerTypeId = "{7A5CDEE8-6380-4dbd-93F6-1E2E625EC05B}")]
[SubsetCallableTypeAttribute]
public enum SPUrlFieldFormatType

Members

Member name Description
Hyperlink Represents an image that serves as a hyperlink.
Image Represents a usual anchor tag.

See Also

Reference

Microsoft.SharePoint Namespace