| | WebCenter Interaction API | |
| IPTGadgetGateway.GetContent Method (Object, String, Int32, Int32, Int32, Int32, Int32, String, Int32, Boolean) |
Passes through a URI request to the provider's IPTGadgetAssociatedContentProvider, if supported. -jas
IPTContent GetContent(
object
vAppDataStateObject,
string
vContentID,
int
vObject,
int
nClassID,
int
nPageID,
int
nPageContainerClassID,
int
nPageContainerObjectID,
string
bstrUserInterface,
int
lMode,
bool
bReturnAllGadgets);
Parameters
-
vAppDataStateObject
- Contains additonal arguments specific to the provider or the user interface.
-
vContentID
- The URI of the content.
-
vObject
- The object ID.
-
nClassID
- The class ID of the object, see {@link com.plumtree.server.PT_CLASSIDS PT_CLASSIDS}.
-
nPageID
- The page ID, or 0 for the default page.
-
nPageContainerClassID
- The page container's class ID, 0 for a My Page
-
nPageContainerObjectID
- The page container's object ID
-
bstrUserInterface
- URI of the user interface (e.g. devices, low bandwidth).
-
lMode
- The mode, see see {@link com.plumtree.server.PT_GADGET_MODES PT_GADGET_MODES}.
-
bReturnAllGadgets
- Return all portlets, or only those supporting bstrUserInterface.
Return Value
The content.
See Also
IPTGadgetGateway Interface | com.plumtree.server Namespace | IPTGadgetGateway.GetContent Overload List