| | WebCenter Interaction API | |
| IService.GetContent Method |
Returns an IServiceContent which can be used to retrieve the content for a particular page. The IServiceContent interface supports both SCI and Gatewayed HTML content.
IServiceContent GetContent(
int
lPageNumber,
IXPPropertyBag
pPBagSettings,
object
vsaXSLParameters);
Parameters
-
lPageNumber
- page number of the desired content
-
pPBagSettings
- settings to be passed to the remote web service
-
vsaXSLParameters
- parameters to be passed to the XSL transformer if required
Return Value
IServiceContent representing the content of this page
See Also
IService Interface | com.plumtree.server.xui Namespace