Click or drag to resize

GetNameValidCharactersEventArgsInvalidCharacters Property

Gets or sets the invalid characters. Contains all invalid characters in the namespace. As an example, the standard file system returns the string "/:*?"<>|" here.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string InvalidCharacters { get; set; }

Property Value

Type: String
The invalid characters.
See Also