Click or drag to resize

ITaskMonitorStep(String) Method


Retrieves a Step by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IStepWithWeight Step(
	string stepId
)

Parameters

stepId  String
ID of the step to retrieve

Return Value

IStepWithWeight
Step with matching unique ID, null if ID not found.
See Also