DocumentNodeHandle T  Class TIBCO Spotfire 7.0 API Reference
A typed handle to a document node of type T.
Inheritance Hierarchy

System Object
  NodeHandle
    Spotfire.Dxp.Framework.DocumentModel DocumentNodeHandle
      Spotfire.Dxp.Framework.DocumentModel DocumentNodeHandle T 

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[NotPersistedAttribute]
public sealed class DocumentNodeHandle<T> : DocumentNodeHandle 
where T : DocumentNode
Type Parameters

T
The type of the document node to which this handle refers.
Remarks

This class can be used to create a handle to a document node. The document node itself can be retrieved from the handle if it is still attached.
Version Information

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