Click or drag to resize

DocumentMetadata Class

Contains the metadata of a document.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerDocumentMetadata

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.DocumentMetadata = function();

Type.createClass(
	'spotfire.webPlayer.DocumentMetadata');

The DocumentMetadata type exposes the following members.

Constructors
  NameDescription
Public methodDocumentMetadata
Top
Properties
  NameDescription
Public propertycontentSize
Gets the content size in bytes of this item.
Public propertycreated
Gets a DateTime describing when this item was created in the library.
Public propertydescription
Gets the description of this item.
Public propertylastModified
Gets a DateTime describing when the last modification of this item was made in the library.
Public propertypath
Gets the path of this item, or null if the path was not retrieved from the library when this item was created.
Public propertytitle
Gets the title of this item.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also