|  | Aqualogic Interaction API | |
| IPTCommunity.AddPage Method |
Add a page to the page container.
int AddPage(
string strPageName,
int nPageType,
int nPageTemplateID,
int nFromCommunityTemplate
);
Parameters
-
strPageName
- Name of page
-
nPageType
- One of the constants defined in PT_PAGE_TYPES, right now only PT_PAGETYPE_REGULAR
-
nPageTemplateID
- PageTemplateID
-
nFromCommunityTemplate
- 1 if the pagetemplate is in a communitytemplate, 0 or less otherwise
See Also
IPTCommunity Interface | com.plumtree.server Namespace | PT_PAGE_TYPES