ITaskMonitorStep Method (String)
|
Retrieves a
Step by its unique ID.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IStepWithWeight Step(
string stepId
)
Function Step (
stepId As String
) As IStepWithWeight
IStepWithWeight^ Step(
String^ stepId
)
abstract Step :
stepId : string -> IStepWithWeight
Parameters
- stepId
- Type: SystemString
ID of the step to retrieve
Return Value
Type:
IStepWithWeightStep with matching unique iD, null if ID not found.
See Also