WebCenter Interaction API  
 

IPTPage.SetPageType Method 

Set a pagetype for the Page. Requires EDIT access to the Page.

void SetPageType(
   int nPageType
);

Parameters

nPageType
New pagetype for the Page

Exceptions

Exception Type Condition
Exception with PT_RESULTCODES.PT_E_INSUFFICIENTROLEACCESS if the user has insufficient access to the Page

See Also

IPTPage Interface | com.plumtree.server Namespace