Back Forward Show-Page method

Methods and instructions by function

Use the Show-Page method to send an XML representation of the step page to a user's Internet Explorer browser session, as an aid to debugging.

Parameters

This method uses no parameters.

Checking the method status

This method updates the pxMethodStatus property. See How to test method results using a transition.

Restrictions

This method cannot be used in a step that involves iteration.

Notes

The Show-Page, Show-Stream, Show-Property and Show-HTML methods each send an HTTP message corresponding to an entire document to the user's Internet Explorer browser. They can't be used in combination to assemble a document. Use Show-Page and Show-Property only for debugging.

zzzMethods and instructions by function