Click or drag to resize
PageInfoProviderRemovePathPrefix Method
Remove prefix from path if is defined.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool RemovePathPrefix(
	string siteName,
	ref string path
)

Parameters

siteName
Type: SystemString
Sitename
path
Type: SystemString
Path

Return Value

Type: Boolean
See Also