Click or drag to resize
Sandcastle Help File BuilderContentFileEditorStartupFolder Property
This is used to set or get the startup folder used when launching the content file editor.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FolderPath StartupFolder { get; set; }

Property Value

Type: FolderPath
If not set, the current project's path is used.
See Also