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: 13.0.131
Syntax 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:
ExcludedSystemEnumSee Also