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