Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IMyPagesManager.GetMyPages Method 

Queries the My Pages and their properties for a given user.

IObjectQuery GetMyPages(
   int userID
);

Parameters

userID
is the user ID to retrieve the pages for.

Return Value

The My Pages 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 if the operation resulted in an error on the portal.
RemoteException if there is a communication problem during the execution of the remote method call.

See Also

IMyPagesManager Interface | Plumtree.Remote.PRC Namespace