IWorkflowAssociationNodeInfo Interface

Provides information about the workflow association (that is, the Microsoft.SharePoint.Workflow.SPWorkflowAssociation) that is represented by a node in Server Explorer.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public Interface IWorkflowAssociationNodeInfo
public interface IWorkflowAssociationNodeInfo

The IWorkflowAssociationNodeInfo type exposes the following members.

Properties

  Name Description
Public property Id Gets the ID of the workflow association.
Public property ListId Gets the ID of the Microsoft.SharePoint.SPList that the Microsoft.SharePoint.Workflow.SPWorkflowAssociation is attached to.
Public property Name Gets the name of the workflow association.

Top

Remarks

You can retrieve an IWorkflowAssociationNodeInfo object from the Annotations property of each IExplorerNode that represents a workflow association. For more information, see Extending the SharePoint Connections Node in Server Explorer.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace