次の方法で共有


documentSetContent リソースの種類

名前空間: microsoft.graph

SharePoint のドキュメント セットの既定のコンテンツを表します。

プロパティ

プロパティ 説明
contentType microsoft.graph.contentTypeInfo ファイルのコンテンツ タイプ情報。
fileName string 既定のコンテンツまたはドキュメント セット内のテンプレートとして追加する必要があるリソース フォルダー内のファイルの名前。
folderName string ライブラリで新しいドキュメント セットを作成するときにファイルを配置するフォルダー名。

JSON 表記

documentSetContent リソースの JSON 表現を次に示します。

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