|  | ContentFileEditorStartupFolder Property | 
            This is used to set or get the startup folder used when launching
            the content file editor.
            
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic FolderPath StartupFolder { get; set; }Public Property StartupFolder As FolderPath
	Get
	Set
public:
property FolderPath^ StartupFolder {
	FolderPath^ get ();
	void set (FolderPath^ value);
}member StartupFolder : FolderPath with get, set
Property Value
Type: 
FolderPathIf not set, the current project's path is used.
 See Also
See Also