GetNameValidCharactersEventArgs Class |
Namespace: callback.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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |