Represents the Web Page Panel (previously called Collaboration Panel).
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.ApplicationPanel
Spotfire.Dxp.Application.CollaborationCollaborationPanel
Namespace: Spotfire.Dxp.Application.Collaboration
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(9, 10)] public sealed class CollaborationPanel : Panel
The CollaborationPanel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DockingPlacement | Gets or sets the docking placement of the panel.
(Inherited from Panel.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| PanelState | Gets or sets the PanelState of the panel.
(Inherited from Panel.) | |
| Placement | Obsolete. Gets the placement of the panel.
(Inherited from Panel.) | |
| Title | Gets the title of the panel.
(Inherited from Panel.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| TypeId | Gets the type identifier for the panel.
(Inherited from Panel.) | |
| Url |
Gets or sets the Url the panel should point at. Valid values are null or absolute Urls using HTTP or HTTPS.
| |
| Visible | Gets or sets whether the panel is visible.
(Inherited from Panel.) |
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.) | |
| 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
See Also