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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public string InvalidCharacters { get; set; }

Property Value

Type: String
The invalid characters.
See Also