Skip to content

Commit

Permalink
Update and rename columnLink.md to columnlink.md
Browse files Browse the repository at this point in the history
Applied standards to resource topic.
  • Loading branch information
JarbasHorst authored Mar 2, 2024
1 parent 1a632bc commit 7ed71f7
Showing 1 changed file with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
author: daspek
description: A columnLink on a contentType attaches a site columnDefinition to that content type.
author: "daspek"
description: "A columnLink on a contentType attaches a site columnDefinition to that content type."
ms.date: 09/12/2017
title: ColumnLink
title: "columnLink resource type"
ms.localizationpriority: medium
doc_type: resourcePageType
ms.prod: sites-and-lists
ms.prod: "sites-and-lists"
---

# ColumnLink resource type
# columnLink resource type

Namespace: microsoft.graph

Expand All @@ -18,25 +18,26 @@ A **columnLink** on a [contentType][] attaches a site **columnDefinition** to th

[contentType]: contenttype.md

## Properties

| Property | Type | Description |
| :------- | :----- | :---------------------------------------- |
| id | String | The unique identifier for the column. |
| name | String | The name of the column in this content type. |

## JSON representation

Here is a JSON representation of a **columnLink** resource.
The following JSON representation shows the resource type.

<!-- { "blockType": "resource", "@odata.type": "microsoft.graph.columnLink" } -->

```json
{
"id": "string",
"name": "string"
"id": "String (identifier)",
"name": "String"
}
```

## Properties

| Property | Type | Description |
| :------- | :----- | :-------------------------------------------- |
| **id** | string | The unique identifier for the column. |
| **name** | string | The name of the column in this content type. |

<!--
{
Expand Down

0 comments on commit 7ed71f7

Please sign in to comment.