IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

CreateFolder Method

Creates a new folder resource.

Syntax

public string CreateFolder(string newFolderPath);
Public Function CreateFolder(ByVal NewFolderPath As String) As String

Remarks

This method creates a new folder resource at the path NewFolderPath, and returns the Id of the newly-created folder resource.

NewFolderPath must be a folder path, or an Id-based relative folder path.

The RenameIfExists configuration setting may be enabled before calling this method to have the server automatically resolve naming conflicts.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]