Adds a new sub step.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Sub Add (
step As IStep
)
abstract Add :
step : IStep -> unit
Parameters
- step
- Type: Ingeniux.CMSIStep
Step to add
Remarks This method ignores null step values.
See Also