PageInfoProviderRemovePathPrefix Method |
Removes prefix from path if is defined.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static bool RemovePathPrefix(
string siteName,
ref string path
)
Parameters
- siteName
- Type: SystemString
Sitename - path
- Type: SystemString
Path
Return Value
Type:
BooleanReturnes TRUE if the prefix was removed.
See Also