IWorkflowStepRoleInfoProviderAdd Method |
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax void Add(
int workflowStepId,
int roleId,
Nullable<Guid> sourcePointGuid = null
)
Parameters
- workflowStepId
- Type: SystemInt32
Workflow step ID. - roleId
- Type: SystemInt32
Role ID. - sourcePointGuid (Optional)
- Type: SystemNullableGuid
Source point GUID, or null.
See Also