Aqualogic Interaction API  
 

IPTCommunity.ResetPageName Method 

Renames a page, maximum page length is defined by PT_SERVERCONSTANTS.PT_MAX_PAGENAMELENGTH Requires EDIT access on the community.

void ResetPageName(
   int nPageID,
   string strPageName
);

Parameters

nPageID
ID of the page to rename
strPageName
New page name

Exceptions

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

See Also

IPTCommunity Interface | com.plumtree.server Namespace | PT_SERVERCONSTANTS#PT_MAX_PAGENAMELENGTH