LibraryItemMetadataSettingsSetProperty Method

Spotfire 14.3 API Reference
Adds a custom property that shall be set on the library item. The property value will be updated if it is already set on the 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 void SetProperty(
	string propertyName,
	params string[] values
)

Parameters

propertyName
Type: SystemString
The name of the custom property that should be set.
values
Type: SystemString
The values that shall be associated with the custom property.
Remarks

Custom properties in the Library must have the same form as DataProperties. That is, they must have a prefix followed by a dot and then a name. The prefix "Spotfire" is reserved and such properties cannot be explicitly set through the API.
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