Click or drag to resize

WorkflowConfiguration Methods

The WorkflowConfiguration type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClientScriptHyperLink
Returns the URL to start the workflow on the specified SPListItem and UserTransition.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStateById
Returns the workflow state with the specified ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWorkflows
Returns the workflows that are defined on the specified MPInstance. If specified, hidden workflows will be returned as well.
Public methodIsUserAdministrator
Returns 'true' if the current user has administrative permissions for the workflow.
Public methodStart(SPListItem, UserTransition, WorkflowVariableCollection)
Starts the workflow on the specified SPListItem, with the specified initial UserTransition and variables.
Public methodStart(SPListItem, WorkflowState, WorkflowVariableCollection)
Starts the workflow on the specified SPListItem, with the specified initial WorkflowState and variables.
Public methodToString (Overrides ObjectToString.)
Top
See Also