Adds a new sub step.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxSub Add (
step As IStep
)
abstract Add :
step : IStep -> unit Parameters
- step IStep
- Step to add
RemarksThis method ignores null step values and step values with IDs already included in the existing steps.
See Also