ResolveStepsParameters Method
Description
Updates the texts of the run's steps by resolving the parameter values at run time.
Syntax
Visual Basic
Public Sub ResolveStepsParameters( _
   Optional ByVal UpdateLocalCache As Boolean = True _
) 
Parameters
UpdateLocalCache
If True, the client cache is updated with the changed values.
See Also