Table of Contents

Method Save

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

Save(DotNetProject)

Saves the project to the file system, if modified.

public static void Save(this DotNetProject project)

Parameters

project DotNetProject

Project to save.

Save(ProjectUserSettings)

Saves project's settings to the file system, if modified.

public static void Save(this Project.ProjectUserSettings settings)

Parameters

settings Project.ProjectUserSettings

The project settings to be saved.