| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| link | String | The Link to check (including a wildcard % sign), e.g. "Element.%". | ||
| targetPk | Integer | Optional | The TargetPk if applicable. If omitted, a value of 0 is assumed. | |
| targetId | String | Optional | The Target Id (including a wildcard % sign) if applicable. | |
| usePkOrId | Boolean | Optional | Indicates whether to search for links based on either Pk OR Id (by default, if targetId is specified, this will be used in preference to Pk). If omitted, a value of False is assumed. |
A Boolean value indicating success.