WebCenter Interaction API  
 

IPTPage.SetPageTemplateID Method 

Set the Page Template for the Page. Requires EDIT access to the Page and SELECT on the Page Template.

void SetPageTemplateID(
   int nPageTemplateID
);

Parameters

nPageTemplateID
ID of Page Template for the Page

Exceptions

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

See Also

IPTPage Interface | com.plumtree.server Namespace