LibraryItemMetadataSettings Methods

Spotfire 14.3 API Reference

The LibraryItemMetadataSettings type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetKeywords
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.
Public methodSetProperty
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetKeywords
Tries to get the keywords previously set by the SetKeywords method. Returns true and assigns the keywordsProperty parameter if the keywords have previously been set.
Public methodTryGetProperty
Tries to get the custom property previously set by the SetProperty method. Returns true and assigns the property parameter if the keywords have previously been set.
Top
See Also

Reference