| | WebCenter Interaction API | |
| IPTGadgetGateway.GetContent Method (Object, Int32, IPTGadget, Int32, Int32, Int32, String, Int32, Boolean) |
Passes through a URI request to the provider's IPTGadgetAssociatedContentProvider, if supported. -jas
IPTContent GetContent(
object
vAppDataStateObject,
int
vContentID,
IPTGadget vObject,
int
nClassID,
int
nPageID,
int
nCommunityID,
string
bstrUserInterface,
int
lMode,
bool
bReturnAllGadgets);
Parameters
-
vAppDataStateObject
- Contains additonal arguments specific to the provider or the user interface.
-
vContentID
- The content ID, see {@link com.plumtree.server.PT_ASSOCIATEDCONTENT PT_ASSOCIATEDCONTENT}.
-
vObject
- The portlet object.
-
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.
-
nCommunityID
- The community ID, or 0 for the MyPage.
-
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