Click or drag to resize

GetNameValidCharactersEventArgsValidCharacters Property

Gets or sets the valid characters. Contains all valid characters in the namespace. As an example, the standard file system returns null here.

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

Property Value

Type: String
The valid characters.
See Also