Removes a substep.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Remove(
IStep step
)
Sub Remove (
step As IStep
)
void Remove(
IStep^ step
)
abstract Remove :
step : IStep -> unit
Parameters
- step
- Type: Ingeniux.CMSIStep
Step to remove
Remarks This method ignores null step values.
See Also