Skip to main content
Skip table of contents

UploadFolder

Tag: UploadFolder

The UploadFolder function automates the process of Uploading Folder to OneDrive/sites/channels Files.


XML
<UploadFolder FilePath="F:\XML\SHARK-2228" Mode="All-" IfFolderExists="Rename" IfFileExists="Rename" KeepAlive="false"/>

Tag Attributes

AttributesAttributes ValueValue Description
KeepAliveTRUE / FALSEN/A
FilePath
Upload target folder path / defaults to Documents
IfFileExsists
Rename, Replace
IfFolderExists
Rename, Merge
Mode
All, ContentsOnly

Upload Script

Example Script

XML
<SelectedShowDriveItemsGroups>
	<Select Lines="All"/>
	<UploadFolder FilePath="F:\XML\SHARK-2228" Mode="All" IfFolderExists="Rename" IfFileExists="Rename" KeepAlive="false"/>
</SelectedShowDriveItemsGroups>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.