Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 994 Bytes

File metadata and controls

32 lines (24 loc) · 994 Bytes
author swapnil1993
title hyperlinkOrPictureColumn resource type
description The hyperlinkOrPictureColumn resource indicates that the column contains URL data that can be an achortag or an image that serves as a hyperlink.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint
ms.date 03/12/2024

hyperlinkOrPictureColumn resource type

Namespace: microsoft.graph

Represents a hyperlink or picture column in SharePoint.

Properties

Property Type Description
isPicture Boolean Specifies whether the display format used for URL columns is an image or a hyperlink.

JSON representation

Here's a JSON representation of a hyperlinkOrPictureColumn resource.

{
  "isPicture": false
}