|  | Aqualogic Interaction API | |
| IPTCommunityManager.LookupPageIdFromCommunityPageName Method |
Looksup the page id or page ids if there are more than one page with the specified name in the specified community.
int LookupPageIdFromCommunityPageName(
int commId,
string pageName);
Parameters
-
commId
- The id of the community to lookup the specified page name
-
pageName
- Page name to lookup
Return Value
Id of the page with the specified name
See Also
IPTCommunityManager Interface | com.plumtree.server Namespace