Click or drag to resize

SendMenuFile Constructor

Initializes a new instance of the SendMenuFile class.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SendMenuFile(
	string nameWithoutExtension
)

Parameters

nameWithoutExtension
Type: SystemString
The file name without extension.
See Also