Activities
latest
false
Productivity Activities
Last updated Jul 1, 2024

CreateFolder

Creates a folder at the specified location in OneDrive or SharePoint.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

IFolder CreateFolder(
	string name,
	IFolder parent = null,
	ConflictBehavior conflictBehavior = ConflictBehavior.Fail
)IFolder CreateFolder(
	string name,
	IFolder parent = null,
	ConflictBehavior conflictBehavior = ConflictBehavior.Fail
)

Parameters

name String
The name of the new folder.
parent IFolder (Optional)
The parent folder where to create the new folder.
conflictBehavior ConflictBehavior (Optional)
What is the expected behavior when a folder with the same name already exists in the destination folder.

Return value

IFolder - The new folder.
  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.