Provides access to the document properties in the document.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.ApplicationDocumentProperties
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class DocumentProperties : DocumentNode, IEnumerable<DataProperty>, IEnumerable
The DocumentProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowWebPlayerResume |
Gets or sets a value indicating whether the AllowWebPlayerResume property is set
for the current document.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Description |
Gets or sets the Description property.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item |
Gets or sets the value of the specified document property.
| |
| Keywords |
Gets or sets the Keywords property.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also