LibraryManagerSetLibraryItemTitle Method

TIBCO Spotfire 11.4 API Reference
Sets the title of an existing library item.

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 SetLibraryItemTitle(
	LibraryItem itemToUpdate,
	string title
)

Parameters

itemToUpdate
Type: Spotfire.Dxp.Framework.LibraryLibraryItem
The library item to update. Use TryGetItem(String, LibraryItemType, LibraryItem, LibraryItemRetrievalOption), TryGetItem(Guid, LibraryItem, LibraryItemRetrievalOption) or Search(String, LibraryItemRetrievalOption) to retrieve the item.
title
Type: SystemString
The new title for the library item.

Return Value

Type: LibraryItem
The updated library item.
Version Information

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

Reference