GraphClient.CreateFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
CreateFolder(GraphFolderId, String)
Creates a new subfolder within the specified folder.
Declaration
public GraphFolderInfo CreateFolder(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 |
|---|---|
| GraphFolderInfo | The GraphFolderInfo instance representing the newly created folder. |
Examples
See CreateFolder code example on product pages.