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 |
---|---|---|
Graph |
parentId | Only Root or null is currently supported by Microsoft Graph API. |
String | folderName | Name of the new folder. |
Returns
Type | Description |
---|---|
Task<Graph |
The Graph |