LibraryManager CreateFolder Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

Parameters

parentFolder
Type: Spotfire.Dxp.Framework.Library LibraryItem
The parent folder.
folderName
Type: System String
The name of the folder.
metadataSettings
Type: Spotfire.Dxp.Framework.Library LibraryItemMetadataSettings
The metadata to associate with the library folder.

Return Value

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

See Also