ProcessSteps property

Returns an IERUCollection of IERUItem pointers to each step in the approval process. The item pointers are ordered according to their sequence number, so they can be used to determine whether a given step precedes or follows another step.

Syntax


C++

HRESULT get_ProcessSteps(
   IERUCollection**
pProcessSteps)

Scripting languages

ProcessSteps = Object.ProcessSteps

 

Home

Applies to

IERUDBProcess