Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.65 KB

File metadata and controls

41 lines (31 loc) · 1.65 KB
author swapnil1993
title documentSetContent resource type
description The documentSetContent resource contains metadata about a file present in default content location of a content.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint
ms.date 03/06/2024

documentSetContent resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer] 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.

Relationships

None.

JSON representation

Here is a JSON representation of a documentSetContent resource.

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