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

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

Parameters

siteName
Type: SystemString
Sitename
path
Type: SystemString
Path

Return Value

Type: Boolean
Returnes TRUE if the prefix was removed.
See Also