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

Contains metadata about a file present in default content location of a content type.

Properties

Property Type Description
contentType microsoft.graph.contentTypeInfo Content type information of the file.
fileName string Name of the file in resource folder that should be added as a default content or a template in the document set
folderName string Folder name in which the file will be placed when a new document set is created in the library.

JSON representation

Here is a JSON representation of a documentSetContent resource.

{
  "contentType": { "@type": "microsoft.graph.contentTypeInfo" },
  "fileName": "string",
  "folderName": "string"
}