GraphClient.CreateFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9119)
CreateFolder(GraphFolderId, String)
Creates new subfolder of in Root.
Declaration
public GraphFolderInfo CreateFolder(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 |
---|---|
GraphFolderInfo | The GraphFolderInfo instance representing the Graph folder. |