Click or drag to resize
WorkflowStepSourcePointListControlCreateDeleteAction Method
Deletes source point within unigrid action.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected bool CreateDeleteAction(
	Guid sourcePointGuid
)

Parameters

sourcePointGuid
Type: SystemGuid
Guid of the source point to be deleted.

Return Value

Type: Boolean
True if source point is deleted, false otherwise.
See Also