| ProjectCommandsAddAllFromFolder Property |
Add all files from a folder to the project
Namespace: SandcastleBuilder.WPF.CommandsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static RoutedUICommand AddAllFromFolder { get; }
Public Shared ReadOnly Property AddAllFromFolder As RoutedUICommand
Get
public:
static property RoutedUICommand^ AddAllFromFolder {
RoutedUICommand^ get ();
}
static member AddAllFromFolder : RoutedUICommand with get
Property Value
Type:
RoutedUICommandRemarks This command has no default key binding
See Also