ShouldSuppressCREF function
Syntax
ShouldSuppressCREF(CREF_URL)
Description
Note:
The ShouldSuppressCREF function has been desupported and is retained for backward compatibility only.
Use the ShouldSuppressCREF function to return a boolean value indicating whether the URL should be displayed in the particular conditional navigation context. If the return value is True, the URL should not be shown in the current context; when the return value is False, the URL can be shown in the current context.
Parameters
| Parameter | Description |
|---|---|
|
CREF_URL |
Specifies the URL for a content reference as a string value. |
Returns
A Boolean value.
Related Topics