LibraryManagerSetLibraryItemTitle Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference