| ConvertFromShfbFile Constructor (String, String) |
Constructor
Namespace: SandcastleBuilder.Utils.ConversionAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ConvertFromShfbFile(
string oldProjectFile,
string folder
)
Public Sub New (
oldProjectFile As String,
folder As String
)
public:
ConvertFromShfbFile(
String^ oldProjectFile,
String^ folder
)
new :
oldProjectFile : string *
folder : string -> ConvertFromShfbFile
Parameters
- oldProjectFile
- Type: SystemString
The old project filename - folder
- Type: SystemString
The folder in which to place the new project and its related files. This
cannot be the same folder as the old project file.
See Also