Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ICommunityManager.GetCommunityPages Method 

Queries the community pages and their properties for a given community.

IObjectQuery GetCommunityPages(
   int communityID
);

Parameters

communityID
The community ID for the community to query.

Return Value

The pages within the community.

Remarks

The IObjectQueryRow objects in the IObjectQuery are returned in the same order as the pages in the community; using the server API terminology, the pages are sorted by PT_PROPIDS.PT_PROPID_PAGES_TOPICPOS.

Exceptions

Exception Type Condition
PortalException The operation resulted in an error on the portal.
RemoteException There was a communication problem during the execution of the remote method call.

See Also

ICommunityManager Interface | Plumtree.Remote.PRC Namespace