| WorkflowStepUserInfoProviderGetWorkflowStepUserInfo Method (Int32, Int32, Guid) | 
            Returns the WorkflowStepUserInfo structure for the specified workflow step, user and source point GUID.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static WorkflowStepUserInfo GetWorkflowStepUserInfo(
	int stepId,
	int userId,
	Guid sourcePointGuid
)
Parameters
- stepId
- Type: SystemInt32
 Step ID
- userId
- Type: SystemInt32
 User ID
- sourcePointGuid
- Type: SystemGuid
 Source point GUID
Return Value
Type: 
WorkflowStepUserInfo See Also
See Also