Click or drag to resize
WorkflowConfigurationGetClientScriptHyperLink Method
Returns the URL to start the workflow on the specified SPListItem and UserTransition.

Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public string GetClientScriptHyperLink(
	SPListItem item,
	UserTransition ut
)

Parameters

item
Type: SPListItem
ut
Type: Colygon.MatchPoint.WorkflowKit.ConfigurationUserTransition

Return Value

Type: String
See Also