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: 1.9.7.0

Syntax

C#
public FolderPath StartupFolder { get; set; }
Visual Basic
Public Property StartupFolder As FolderPath
	Get
	Set

Property Value

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

See Also