IWorkflowTemplateNodeInfo Interface

Definition

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

public interface class IWorkflowTemplateNodeInfo
public interface IWorkflowTemplateNodeInfo
type IWorkflowTemplateNodeInfo = interface
Public Interface IWorkflowTemplateNodeInfo

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.

Properties

Id

Gets the ID of the workflow template.

Applies to