| ConvertFromDocProject Constructor (String, SandcastleProject) |
Constructor
Namespace: SandcastleBuilder.Utils.ConversionAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ConvertFromDocProject(
string oldProjectFile,
SandcastleProject newProject
)
Public Sub New (
oldProjectFile As String,
newProject As SandcastleProject
)
public:
ConvertFromDocProject(
String^ oldProjectFile,
SandcastleProject^ newProject
)
new :
oldProjectFile : string *
newProject : SandcastleProject -> ConvertFromDocProject
Parameters
- oldProjectFile
- Type: SystemString
The old project filename - newProject
- Type: SandcastleBuilder.UtilsSandcastleProject
The new project into which the converted elements are inserted
See Also