contentTypeOrder resource type

Namespace: microsoft.graph

Specifies in which order the contentType appears in the selection UI.

Properties

Property name Type Description
default Boolean Indicates whether this is the default content type
position Int32 Specifies the position in which the content type appears in the selection UI.

JSON representation

The following is a JSON representation of the resource.

{
  "default": "Boolean",
  "position": "Int32"
}