WebCenter Interaction API  
 

IPTPage.SetDefaultsFromPageTemplate Method 

Set the page name, primary language, is localized, localized page names, page type settings on the page from the settings on the page template passed in.

void SetDefaultsFromPageTemplate(
   int nPageTemplateID
);

Parameters

nPageTemplateID

Exceptions

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

See Also

IPTPage Interface | com.plumtree.server Namespace