Click or drag to resize
WorkflowStepSourcePointListControlAddHashAndGraphParametersToUrl Method
Adds a hash and graph related parameters to the workflow step case edit page.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected string AddHashAndGraphParametersToUrl(
	string url,
	string sourcePointGuid
)

Parameters

url
Type: SystemString
Base URL of the case edit step.
sourcePointGuid
Type: SystemString
Guid of the source point to be edited.

Return Value

Type: String
See Also