Setup Properties

Pass Through XML  

This controls the information that will be passed onto the redirected page. Unlike the Pass Through XML of other web parts, this will only support get request types.

Use this property to pass page parameters onto the page specified in the "RequestRedirectURL" or "DefaultRedirectURL" nodes.

Example:

                <PassThrough>

                                <Pass>

                                                <PTType>get</PTType>

                                                <PTRequest>SearchString</PTRequest>

                                                <PTName>SearchString</PTName>

                                                <PTDefault>[Me]</PTDefault>

                                </Pass>

</PassThrough>

PTDefault (Optional) – String

This is the default text that will be sent to the page that you are requesting data from if the parameter is not passed into this page.

PTName (Required) – String

The name of the Parameter that is to be passed onto the page from which you are requesting data.

PTRequest (Required) – String

The name of the Parameter that is being received by this page.

PTType (Required) – String

Controls the type of pass through. Use "get" to store them in the URL.

Options:

    get