GraphClient.CreateFolderAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9448)
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. |