| | WebCenter Interaction API | |
| IPTMyPages.ResetPageType Method |
Change the page type (layout) of a particular my page that belongs to the current user.
void ResetPageType(
int nPageID,
int nPageType
);
Parameters
-
nPageID
- - page id to change the type of
-
nPageType
- - new page type (constants for this are defined in the UI)
See Also
IPTMyPages Interface | com.plumtree.server Namespace