MultiPointSynchronizerFileNameEscapeHandler Property |
Gets or sets a custom file name escape handler.
This value must be changed before any MultiPointSynchronizer instance is used and must never be changed after that.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IFileNameEscapeHandler FileNameEscapeHandler { get; set; }
Property Value
Type:
IFileNameEscapeHandler
A custom file name escape handler or null.
See Also