WebCenter Interaction API  
 

IPTPage.SetInheritPageTemplate Method 

Set whether the Page should inherit the settings of the page template. It is true by default. This setting can only be changed when the page is being created. If it is set to false and it used to be true, then the Page will copy the current settings of the page template and it will not inherit future changes to the page template. Setting it to false, when it was already false will have no affect. It cannot be set to true, once it has been set to false.

void SetInheritPageTemplate(
   bool bInheritPageTemplate
);

Parameters

bInheritPageTemplate

See Also

IPTPage Interface | com.plumtree.server Namespace