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

GraphClient.CreateFolderAsync Method

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

CreateFolderAsync(GraphFolderId, String)

Creates a new subfolder within the specified folder.

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

Folder ID where the new folder will be created; or null to create it in the Root folder.

String folderName

Name of the new folder.

Returns
Type Description
Task<GraphFolderInfo>

The GraphFolderInfo instance representing the newly created folder.

Examples

See CreateFolder code example on product pages.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies