| 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 |
Namespace: microsoft.graph
Represents the default content of document set in SharePoint.
| 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. |
Here is a JSON representation of a documentSetContent resource.
{
"contentType": { "@type": "microsoft.graph.contentTypeInfo" },
"fileName": "string",
"folderName": "string"
}