LibraryItemMetadataSettingsSetProperty Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference