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: 2019.2.1.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