Click or drag to resize

MultiPointSynchronizerUnescapeFileNameToName Method

Converts a file name that was possibly escaped using the EscapeNameToFileName method into text. Note if the text was truncated, it won't be fully recovered.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string UnescapeFileNameToName(
	string fileName,
	bool useHandler = true
)

Parameters

fileName
Type: SystemString
The input file name.
useHandler (Optional)
Type: SystemBoolean
if set to true a custom handler will be tested, if any.

Return Value

Type: String
A text.
See Also