hyperlinkOrPictureColumn resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Indicates that the column contains URL data that can be an achortag or an image that serves as a hyperlink.

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
}