SEO.getLinkTextSummaryForObject (Method)
Returns a list of link texts used in external pages that link to the specified page.
Returns:
SEO_GetLinkTextSummaryForObject_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
LinkCount | PositiveInteger | The count of pages that use the link text. |
LinkText | PlainText_NonNull_2000 | The text used for the link. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
objectID | RealPageID_UploadedDocID_NonBaseTemplate | Required | A page's ID. |
Context:
License Requirements | SEO |
Permission Requirements | ContributorOrServerCode |
Deny Context | (none) |
Require Context | Authoring |
Author Lock |
Error Codes:
None
Notes:
None