ColoringSaveAs Method (LibraryItem, String, IEnumerableString) TIBCO Spotfire 7.6 API Reference
Saves the coloring as a new item in the library.

Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public LibraryItem SaveAs(
	LibraryItem folder,
	string title,
	IEnumerable<string> keywords
)

Parameters

folder
Type: Spotfire.Dxp.Framework.LibraryLibraryItem
The library folder in which to save the coloring to.
title
Type: SystemString
The title of the library item.
keywords
Type: System.Collections.GenericIEnumerableString
The keywords.

Return Value

Type: LibraryItem
The new library item.
Exceptions

ExceptionCondition
CanceledExceptionIf the user cancelled the operation.
ArgumentNullExceptionIf folder is null.
LibraryExceptionThrown if it was not possible to store the coloring in the library.
Remarks

This method will overwrite any existing item but keep the existing library item id.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference