Click or drag to resize

MultiPointSynchronizerEscapeNameToFileName Method

Converts any text into a valid file name. Note the text may escaped and/or truncated.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string EscapeNameToFileName(
	string text,
	int maxLength = 255,
	bool useHandler = true
)

Parameters

text
Type: SystemString
The input text.
maxLength (Optional)
Type: SystemInt32
The maximum result length.
useHandler (Optional)
Type: SystemBoolean
if set to true a custom handler will be tested, if any.

Return Value

Type: String
A valid file name.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext
See Also