GetNameValidCharactersEventArgs Class |
Namespace: ShellBoost.Core
public sealed class GetNameValidCharactersEventArgs : EventArgs
The GetNameValidCharactersEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Folder |
Gets the Shell Folder instance.
| |
| InvalidCharacters |
Gets or sets the invalid characters.
Contains all invalid characters in the namespace.
As an example, the standard file system returns the string "/:*?"<>|" here.
| |
| ValidCharacters |
Gets or sets the valid characters.
Contains all valid characters in the namespace.
As an example, the standard file system returns null here.
|