Page.getLanguageCounterparts (Method)
Returns a query with all available language counterparts configured for the given page.
Returns:
Language_Counterparts_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Filename | Filename_EmptyString | Filename of the counterpart page as saved in sitepages record. |
LanguageID | LanguageID | ID of the language of the counterpart page. |
LanguageName | LanguageName | Language. |
PageID | RealPageID_AnyTemplate | PageID of the counterpart page. |
pageURL | PageURL_Empty | URL of the language counterpart page. |
SubsiteID | SubsiteID | ID of the subsite to which the language counterpart page belongs. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID_AnyTemplate | Required | ID of the page for which language counterparts are sought. |
Context:
License Requirements | None |
Permission Requirements | None |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None