Click or drag to resize
URLHelperIsExcluded Method (String, String)
Checks if page with specified relative path is excluded from excluded paths.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static bool IsExcluded(
	string relativePath,
	string[] excludedPaths
)

Parameters

relativePath
Type: SystemString
Page relative path
excludedPaths
Type: SystemString
Excluded paths

Return Value

Type: Boolean
See Also