| URLHelperIsExcludedSystemEnum Method | 
            Checks if page with specified relative path is excluded from system paths and returns the category of the excluded page.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also