Documentation > CMS Template API Library > Util > IsInternalLink(String)
IsInternalLink
Determines wether or not the specified link is an internal cms like of the form /
public System.Boolean IsInternalLink(String)
Returns
True if the link is of the form /<ClientName>/cpt_internal/; otherwise, false.
Parameters
Name | Description | Type |
---|---|---|
link | The link to check. | System.String |