LibraryItemMetadataSettingsSetKeywords Method

Spotfire 14.3 API Reference
Sets the keywords to associate with a library entry. By default the keywords are not changed. The keywords set with this method will override any keywords specified by document properties when the document is saved to the library.

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 void SetKeywords(
	params string[] keywords
)

Parameters

keywords
Type: SystemString
Exceptions

ExceptionCondition
ArgumentExceptionIf any of the specified keywords are null or empty.
Remarks

Calling this methods without any arguments will clear the keywords of a 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