Coloring SaveAs Method (LibraryItem, String, IEnumerable String ) TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

Parameters

folder
Type: Spotfire.Dxp.Framework.Library LibraryItem
The library folder in which to save the coloring to.
title
Type: System String
The title of the library item.
keywords
Type: System.Collections.Generic IEnumerable String 
The keywords.

Return Value

Type: LibraryItem
The new library item.
Exceptions

ExceptionCondition
Spotfire.Dxp.Framework.ApplicationModel CanceledExceptionIf the user cancelled the operation.
System ArgumentNullExceptionIf folder is null.
Spotfire.Dxp.Framework.Library 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.
See Also