SEO.getLinkTextForObject (Method)
Returns a list of external pages link to the specified page.
Returns:
SEO_GetLinkTextForObject_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
LinkText | NonNullString_2000 | The text used for the link. |
URL | PlainText_NonNull | The url of the linking page. If an internal page, a site relative URL, otherwise a fully qualified URL. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
objectID | RealPageID_UploadedDocID_NonBaseTemplate | Required | A page's ID. |
linkText | PlainText_2000 | Optional. Defaults to an empty string. | The link text to filter on. |
Context:
License Requirements | SEO |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | Authoring |
Author Lock |
Error Codes:
None
Notes:
None