| | WebCenter Interaction API | |
| IService.GetContentXML Method |
Returns the content of a given page, without transforming it first. This also means any URL's that require'd being gatewayed were not gatewayed.
object GetContentXML(
int lPageNumber,
IXPPropertyBag pPBagSettings
);
Parameters
-
lPageNumber
- desired page's number
-
pPBagSettings
- settings to pass to the remote service
Return Value
a byte array of the content in XML
See Also
IService Interface | com.plumtree.server.xui Namespace