Add a file to the project from a template file

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

Syntax

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

Property Value

Type: RoutedUICommand

Remarks

This command has no default key binding

See Also