WorkflowStepSourcePointListControlCreateDeleteAction Method |
Deletes source point within unigrid action.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected bool CreateDeleteAction(
Guid sourcePointGuid
)
Parameters
- sourcePointGuid
- Type: SystemGuid
Guid of the source point to be deleted.
Return Value
Type:
BooleanTrue if source point is deleted, false otherwise.
See Also