Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.6 KB

File metadata and controls

42 lines (31 loc) · 1.6 KB
author title description ms.localizationpriority doc_type ms.subservice
swapnil1993
termColumn resource type
The termColumn resource indicates that the column's values contains taxonomy data.
medium
resourcePageType
sharepoint

termColumn resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer] Indicates that the column's values contains taxonomy data.

Properties

Property Type Description
allowMultipleValues Boolean Specifies whether the column allows more than one value
showFullyQualifiedName Boolean Specifies whether to display the entire term path or only the term label.

Relationships

Relationship Type Description
parentTerm microsoft.graph.termStore.term Specifies the parent term for which the child terms can be selected as the column value.
termSet microsoft.graph.termStore.set Termset whose children can be selected as column's value.

JSON representation

Here's a JSON representation of a termColumn resource.

{
    "allowMultipleValues": true,
    "showFullyQualifiedName": false,
}