LibraryItemMetadataSettingsSetProperty Method TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference