LibraryItemMetadataSettings Class TIBCO Spotfire 7.6 API Reference
Specifies how the metadata of a library item shall be changed.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.LibraryLibraryItemMetadataSettings

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class LibraryItemMetadataSettings

The LibraryItemMetadataSettings type exposes the following members.

Constructors

  NameDescription
Public methodLibraryItemMetadataSettings
Creates a default metadata specification instance.
Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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 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
Properties

  NameDescription
Public propertyDescription
Gets or sets the description to associate with a library entry. If null, the description is not changed. If this property is set, it overrides any description specified by document properties when the document is saved to the library.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference