Click or drag to resize

SendMenuTargetGetAll Method

Gets all items in the Send To menu.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IEnumerable<SendMenuTarget> GetAll()

Return Value

Type: IEnumerableSendMenuTarget
A list of Send To menu targets.
See Also