contentTypeOrder 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.

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

Properties

Property 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"
}