WorkflowTemplate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents one of the workflows available for the current document.
public interface class WorkflowTemplate : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CD902-0000-0000-C000-000000000046")]
public interface WorkflowTemplate : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CD902-0000-0000-C000-000000000046")>]
type WorkflowTemplate = interface
interface _IMsoDispObj
Public Interface WorkflowTemplate
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
A WorkflowTemplate object corresponds to one of the options displayed in the Start New Workflow dialog box. On a Web page, the workflow templates are displayed as a list of options.
Properties
Application |
Gets an Application object that represents the container application for the WorkflowTemplate object. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the WorkflowTemplate object was created. Read-only. |
Description |
Gets the description of a workflow template. Read-only. |
DocumentLibraryName |
Gets the name of the document library associated with the workflow template. Read-only. |
DocumentLibraryURL |
Gets the URL address of the document library where workflow templates are stored. Read-only. |
Id |
Gets the ID of a template used to create a workflow instance. Read-only. |
Name |
Gets the name of the WorkflowTemplate object. Read-only. |
Methods
Show() |
Displays a workflow specific configuration user interface for the specified WorkflowTemplate object. |