Returns true if the given path is a system path. The path is expected to be lowercase and start with slash, e.g. "/cmsmodules/..."
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- path
- Type: System String
path to check
- codeFolders
- Type: System Boolean
Check code folders
- virtualFolders
- Type: System Boolean
Check virtual folders
- specialFolders
- Type: System Boolean
Special folders
- cmsPages
- Type: System Boolean
Special CMS pages
Return Value
Type: BooleanSee Also