IWorkflowTemplateNodeInfo Interface
Provides information about the workflow template (that is, the Microsoft.SharePoint.Workflow.SPWorkflowTemplate) 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 IWorkflowTemplateNodeInfo
public interface IWorkflowTemplateNodeInfo
The IWorkflowTemplateNodeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the ID of the workflow template. |
Top
Remarks
You can retrieve an IWorkflowTemplateNodeInfo object from the Annotations property of each IExplorerNode that represents a workflow template. For more information, see Extending the SharePoint Connections Node in Server Explorer.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace