Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

GraphClient.CreateFolderAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)

CreateFolderAsync(GraphFolderId, String)

Begins asynchronous CreateFolder operation. Creates new subfolder of in Root.

Declaration
public Task<GraphFolderInfo> CreateFolderAsync(GraphFolderId parentId, string folderName)
Parameters
Type Name Description
GraphFolderId parentId

Only Root or null is currently supported by Microsoft Graph API.

String folderName

Name of the new folder.

Returns
Type Description
Task<GraphFolderInfo>

The GraphFolderInfo instance representing the Graph folder.

In This Article
  • CreateFolderAsync(GraphFolderId, String)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies