Click or drag to resize

SendMenuFileFileExtension Property

Gets or sets the file extension. It must start with a dot ('.') character.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string FileExtension { get; set; }

Property Value

Type: String
The file extension.
See Also