WorkflowConfiguration Methods |
The WorkflowConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetClientScriptHyperLink | Returns the URL to start the workflow on the specified SPListItem and UserTransition. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStateById | Returns the workflow state with the specified ID. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWorkflows | Returns the workflows that are defined on the specified MPInstance. If specified, hidden workflows will be returned as well. | |
IsUserAdministrator | Returns 'true' if the current user has administrative permissions for the workflow. | |
Start(SPListItem, UserTransition, WorkflowVariableCollection) | Starts the workflow on the specified SPListItem, with the specified initial UserTransition and variables. | |
Start(SPListItem, WorkflowState, WorkflowVariableCollection) | Starts the workflow on the specified SPListItem, with the specified initial WorkflowState and variables. | |
ToString | (Overrides ObjectToString.) |