Add all files from a folder to the project

Namespace: SandcastleBuilder.WPF.Commands
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 1.9.7.0

Syntax

C#
public static RoutedUICommand AddAllFromFolder { get; }
Visual Basic
Public Shared ReadOnly Property AddAllFromFolder As RoutedUICommand
	Get

Property Value

Type: RoutedUICommand

Remarks

This command has no default key binding

See Also