LibraryManagerCreateFolder Method

TIBCO Spotfire 11.4 API Reference
Creates a folder with the specified folderName in the library. The folder is created under the specified parentFolder.

Namespace:  Spotfire.Dxp.Framework.Library
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public LibraryItem CreateFolder(
	LibraryItem parentFolder,
	string folderName,
	LibraryItemMetadataSettings metadataSettings
)

Parameters

parentFolder
Type: Spotfire.Dxp.Framework.LibraryLibraryItem
The parent folder.
folderName
Type: SystemString
The name of the folder.
metadataSettings
Type: Spotfire.Dxp.Framework.LibraryLibraryItemMetadataSettings
The metadata to associate with the library folder.

Return Value

Type: LibraryItem
An object describing the created library folder.
Exceptions

ExceptionCondition
LibraryExceptionIf an error occurs in the communication with the library.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference