URLHelperIsExcludedCustom Method |
Checks if page with specified relative path is excluded from excluded paths.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsExcludedCustom(
string relativePath,
string excludedPaths
)
Parameters
- relativePath
- Type: SystemString
Page relative path - excludedPaths
- Type: SystemString
Excluded paths
Return Value
Type:
BooleanSee Also