LibraryItemSignature Class TIBCO Spotfire 6.0 API Reference
Identifies an item in the library. Provides access to the subset of the metadata associated with the item that can be used to find the item in the library.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Library LibraryItemSignature

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

[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(5, 0)]
public sealed class LibraryItemSignature : ISerializable
Remarks

Instances of this class are immutable and serializable, making it possible to use them as values in the document.
See Also