| SandcastleProjectSaveProject Method |
This is used to save the project file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void SaveProject(
string filename
)
Public Sub SaveProject (
filename As String
)
public:
void SaveProject(
String^ filename
)
member SaveProject :
filename : string -> unit
Parameters
- filename
- Type: SystemString
The filename for the project
See Also