Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.21 KB

File metadata and controls

35 lines (28 loc) · 1.21 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/12/2024

documentSetContent resource type

Namespace: microsoft.graph

Represents the default content of document set in SharePoint.

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