TreePathUtilsGetSafeDocumentName Method |
Replaces back slash in document name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetSafeDocumentName(
string documentName,
string siteName
)
Parameters
- documentName
- Type: SystemString
Document name - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also