URLHelper CheckPrefixes Method Kentico 8.1 API Reference
Checks the URL prefixes. If one of the the prefixes is present, returns true and removes the prefix from the URL if removePrefix is true.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

path
Type: OnlineSystem String 
Path to check
prefixes
Type:  OnlineSystem String 
Prefix to check
removePrefix
Type: OnlineSystem Boolean
Remove the prefix if matches

Return Value

Type: OnlineBoolean
See Also