Removes a sub-step.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Remove(
IStep step
)
Sub Remove (
step As IStep
)
void Remove(
IStep^ step
)
abstract Remove :
step : IStep -> unit Parameters
- step IStep
- Step to remove
RemarksThis method ignores null step values and step values with IDs not found in the existing steps.
See Also