Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IMyPagesManager.GetMyPages Method 

Queries the MyPages and their properties for a given user.

IObjectQuery GetMyPages(
   int userID
);

Parameters

userID
The ID of the user to retrieve the pages for.

Return Value

The MyPages for the user.

Remarks

Only the following calls on rows are supported: IObjectQueryRow.GetName() and IObjectQueryRow.GetIntegerValue(MyPageProperty.PageID)). All other calls will result in a PropertyNotRequestedException.

Exceptions

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

See Also

IMyPagesManager Interface | Plumtree.Remote.PRC Namespace