Reports.getPagesWhereLangOutOfSync (Method)

Returns zero or more structures, each containing information about pages where the language specified for the page does not match the language specified for its subsite.

Returns:

Reports_GetPagesWhereLangOutOfSync_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
Date Datetime The date and time when this report was run.
Description Any The page's description.
FileName Any The page's file name.
IconPath ServerRelativeURL_EmptyString A server-relative URL to the icon for this type of page or document.
IconText PlainText Text describing the page or document's type.
ID PageID The page's ID.
PageActivationStatus PageActivationStatus An integer specifying the page's activation status, as follows: 0 (Active), 1 (Inactive), 2 (Inactive, active when published).
PageLanguage LanguageName The name of the page's language.
PageLanguageID LanguageID The page's language ID, which is an integer between 0 and 10.
PageType Any Integer identifying a page's type; for example, 0 (normal or uploaded document), 1 (template), 4 (custom element), 6 (page set), and so on.
SubsiteLanguage LanguageName The name of the subsite's language.
SubsiteLanguageID LanguageID The subsite's language ID: an integer between 0 and 10.
SubsiteURL SubsiteURL The server-relative URL of the page's subsite.
Title PlainText The page's internal CommonSpot title.

Context:

License Requirements (none)
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context Authoring
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None