| 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 |
Namespace: microsoft.graph
Represents a hyperlink or picture column in SharePoint.
| Property | Type | Description |
|---|---|---|
| isPicture | Boolean | Specifies whether the display format used for URL columns is an image or a hyperlink. |
Here's a JSON representation of a hyperlinkOrPictureColumn resource.
{
"isPicture": false
}