Click or drag to resize
URLHelperIsExcludedSystemEnum Method
Checks if page with specified relative path is excluded from system paths and returns the category of the excluded page.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static ExcludedSystemEnum IsExcludedSystemEnum(
	string relativePath,
	bool checkPhysicalPath = true
)

Parameters

relativePath
Type: SystemString
Page relative path
checkPhysicalPath (Optional)
Type: SystemBoolean
Indicates whether physical path should be checked. Returns Physical path type

Return Value

Type: ExcludedSystemEnum
See Also