Aqualogic Interaction API  
 

IPTCommunity.ResetPagePageTemplateID Method 

Set a new pagetemplate for specified page. Requires EDIT access to the community and SELECT on the pagetemplate.

void ResetPagePageTemplateID(
   int nPageID,
   int nPageTemplateID
);

Parameters

nPageID
ID of Page to assign new pagetemplate to
nPageTemplateID
ID of new pagetemplate for the specified page

Exceptions

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

See Also

IPTCommunity Interface | com.plumtree.server Namespace