Click or drag to resize
IWorkflowStepUserInfoProviderRemove Method
Deletes WorkflowStepUserInfo binding.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int workflowStepId,
	int userId,
	Nullable<Guid> sourcePointGuid = null
)

Parameters

workflowStepId
Type: SystemInt32
Workflow step ID.
userId
Type: SystemInt32
User ID.
sourcePointGuid (Optional)
Type: SystemNullableGuid
Source point GUID, or null.
See Also