Click or drag to resize
URLHelperIsSystemPath Method
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.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsSystemPath(
	string path,
	bool codeFolders,
	bool virtualFolders,
	bool specialFolders,
	bool cmsPages
)

Parameters

path
Type: SystemString
path to check
codeFolders
Type: SystemBoolean
Check code folders
virtualFolders
Type: SystemBoolean
Check virtual folders
specialFolders
Type: SystemBoolean
Special folders
cmsPages
Type: SystemBoolean
Special CMS pages

Return Value

Type: Boolean
See Also