Click or drag to resize
TreePathUtilsGetSafeDocumentName Method
Replaces back slash in document name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetSafeDocumentName(
	string documentName,
	string siteName
)

Parameters

documentName
Type: SystemString
Document name
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also