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
}